forked from loafle/openapi-generator-original
Specify "flex-flow: row wrap" to show the all table (#2942)
This commit is contained in:
parent
658970da29
commit
2de5528cc2
@ -73,6 +73,10 @@ dd {
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
.docMainWrapper {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user