Commit 7bbab5fa authored by Phil Hughes's avatar Phil Hughes

Fixed alignment of labels in dropdowns

parent 11b52e28
...@@ -324,10 +324,8 @@ ...@@ -324,10 +324,8 @@
.dropdown-menu-labels { .dropdown-menu-labels {
.label { .label {
position: relative; position: relative;
top: 5px;
width: 30px; width: 30px;
margin-right: 5px; margin-right: 5px;
text-indent: -99999px; text-indent: -99999px;
overflow: hidden;
} }
} }
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