Fix sort dropdown alignment
This commit is contained in:
parent
5479fc9107
commit
eac34fd9a3
1 changed files with 2 additions and 2 deletions
|
@ -83,11 +83,12 @@
|
|||
margin-top: 5px;
|
||||
|
||||
.dropdown-menu-toggle {
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: $screen-sm-min) {
|
||||
top: 2.4px;
|
||||
margin-top: 0;
|
||||
width: 155px;
|
||||
}
|
||||
}
|
||||
|
@ -126,6 +127,5 @@
|
|||
|
||||
@media (min-width: $screen-sm-min) {
|
||||
right: 160px;
|
||||
top: 8px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue