Revert "Fix table scroll x (#9704)"

This reverts commit 0d9dcb1714.
This commit is contained in:
Wei Zhu 2018-03-27 15:53:14 +08:00
parent 06f205874f
commit 04ee8526ab

View File

@ -505,6 +505,7 @@
overflow: auto;
overflow-x: hidden;
table {
width: auto;
min-width: 100%;
}
}