Skip to content

Commit caa55a5

Browse files
author
Hoang Nguyen
authored
ui: fix page size on mobile view (#4765)
1 parent 3e8dbc0 commit caa55a5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ui/src/style/vars.less

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

0 commit comments

Comments
 (0)