Revert "Specify "flex-flow: row wrap" to show the all table (#2942)" (#2969)

This reverts commit 2de5528cc24c658da5f37beeeb7b5c303c5f381f.
This commit is contained in:
William Cheng 2019-05-22 10:44:57 +08:00 committed by GitHub
parent 3526fe403f
commit 972fe8fa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,10 +73,6 @@ dd {
} }
@media only screen and (min-width: 1024px) { @media only screen and (min-width: 1024px) {
.docMainWrapper {
display: flex;
flex-flow: row wrap;
}
} }
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {