ui: fix page size on mobile view (#4765)

This commit is contained in:
Hoang Nguyen 2021-03-29 17:50:22 +07:00 committed by GitHub
parent 3e8dbc0584
commit caa55a5742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,4 +239,10 @@ a {
.custom-icon path {
color: @primary-color;
}
}
}
@media only screen and (max-width: 576px) {
.ant-pagination-options {
display: inline-block;
}
}