issue 2470 fixed
This commit is contained in:
parent
9fe52991ac
commit
74251ef2d2
|
|
@ -140,7 +140,12 @@
|
|||
|
||||
.filter-row-one .dropdown-filters {
|
||||
right: unset;
|
||||
position: static !important;
|
||||
left: 25px;
|
||||
|
||||
.per-page-label {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3759,6 +3759,12 @@ section.review {
|
|||
.rtl {
|
||||
direction: rtl;
|
||||
|
||||
.dropdown-filters {
|
||||
.per-page-label {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
//header css start here
|
||||
.header {
|
||||
.header-top {
|
||||
|
|
|
|||
Loading…
Reference in New Issue