From 9977acc03f2a1df0e467f2c50f3d46b71a8631f5 Mon Sep 17 00:00:00 2001 From: utchoang Date: Thu, 25 Mar 2021 14:46:22 +0700 Subject: [PATCH] fix page size on mobile view --- ui/src/style/vars.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ui/src/style/vars.less b/ui/src/style/vars.less index 179aabe7dcd2..7ee21618a5ca 100644 --- a/ui/src/style/vars.less +++ b/ui/src/style/vars.less @@ -239,4 +239,10 @@ a { .custom-icon path { color: @primary-color; } -} \ No newline at end of file +} + +@media only screen and (max-width: 576px) { + .ant-pagination-options { + display: inline-block; + } +} \ No newline at end of file