Commit dcfdef68 authored by Jacob Schatz's avatar Jacob Schatz

Fix span margin issues

parent 9860bd72
...@@ -75,11 +75,15 @@ ...@@ -75,11 +75,15 @@
border: none; border: none;
} }
span:not(.select2-container span) { span {
margin-top: 7px; margin-top: 7px;
display: inline-block; display: inline-block;
} }
.select2-container span {
margin-top: 0;
}
.issuable-count { .issuable-count {
} }
......
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