Fix sort dropdown alignment

This commit is contained in:
Nur Rony 2016-12-02 16:24:28 +06:00 committed by Douglas Barbosa Alexandre
parent 5479fc9107
commit eac34fd9a3

View file

@ -83,11 +83,12 @@
margin-top: 5px; margin-top: 5px;
.dropdown-menu-toggle { .dropdown-menu-toggle {
vertical-align: middle;
width: 100%; width: 100%;
} }
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
top: 2.4px; margin-top: 0;
width: 155px; width: 155px;
} }
} }
@ -126,6 +127,5 @@
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
right: 160px; right: 160px;
top: 8px;
} }
} }