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

This commit is contained in:
Akihito Nakano 2019-05-21 10:47:19 +09:00 committed by William Cheng
parent 658970da29
commit 2de5528cc2

View File

@ -73,6 +73,10 @@ 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) {