issue 2470 fixed

This commit is contained in:
prateek srivastava 2020-02-19 15:42:00 +05:30
parent 9fe52991ac
commit 74251ef2d2
2 changed files with 11 additions and 0 deletions

View File

@ -140,7 +140,12 @@
.filter-row-one .dropdown-filters {
right: unset;
position: static !important;
left: 25px;
.per-page-label {
position: static !important;
}
}
}

View File

@ -3759,6 +3759,12 @@ section.review {
.rtl {
direction: rtl;
.dropdown-filters {
.per-page-label {
position: static !important;
}
}
//header css start here
.header {
.header-top {