Fix table scroll x (#9704)

This commit is contained in:
Wei Zhu 2018-03-18 12:58:33 +08:00 committed by GitHub
parent 381b88e9b0
commit 0d9dcb1714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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