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

This reverts commit 2de5528cc2.
This commit is contained in:
William Cheng
2019-05-22 10:44:57 +08:00
committed by GitHub
parent 3526fe403f
commit 972fe8fa40

View File

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