Commit eac34fd9 authored by Nur Rony's avatar Nur Rony Committed by Douglas Barbosa Alexandre

Fix sort dropdown alignment

parent 5479fc91
...@@ -83,11 +83,12 @@ ...@@ -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 @@ ...@@ -126,6 +127,5 @@
@media (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
right: 160px; right: 160px;
top: 8px;
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment