mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix page size on mobile view (#4765)
This commit is contained in:
parent
3e8dbc0584
commit
caa55a5742
@ -240,3 +240,9 @@ a {
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 576px) {
|
||||
.ant-pagination-options {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user