Skip to content

Commit 37c1948

Browse files
author
utchoang
committed
fixes page size changer doesn't show up on mobile mode
1 parent d998f27 commit 37c1948

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ui/src/style/vars.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,4 +239,10 @@ a {
239239
.custom-icon path {
240240
color: @primary-color;
241241
}
242+
}
243+
244+
@media only screen and (max-width: 576px) {
245+
.ant-pagination-options {
246+
display: inline-block;
247+
}
242248
}

0 commit comments

Comments
 (0)