From a35b5a15ab7df82cde190698e18dbb3a0e5da075 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Tue, 13 Oct 2020 17:08:20 +0530 Subject: Fixed event logs pagination on small screen Signed-off-by: Suren Neware Change-Id: Ifb3963d416a7e2663af24c3c7b1d2c1876af6788 --- src/assets/styles/bmc/custom/_pagination.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/assets/styles/bmc') diff --git a/src/assets/styles/bmc/custom/_pagination.scss b/src/assets/styles/bmc/custom/_pagination.scss index 0c2ac85c..d38ce5d2 100644 --- a/src/assets/styles/bmc/custom/_pagination.scss +++ b/src/assets/styles/bmc/custom/_pagination.scss @@ -1,6 +1,7 @@ .table-pagination-select { display: flex; flex-direction: row-reverse; + justify-content: flex-end; select { width: fit-content; } @@ -11,9 +12,12 @@ } .b-pagination { + @include media-breakpoint-up(sm) { + justify-content: flex-end; + } .page-item.active button { color: theme-color("dark"); - background-color: $white; + background-color: color("white"); border-color: $border-color; box-shadow: inset 0px -3px theme-color("primary"); } -- cgit v1.2.3