Commit e92a02ab authored by Luke Bennett's avatar Luke Bennett Committed by Fatih Acet

Fix label item height when no desc

parent 7cb4d184
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
text-align: right; text-align: right;
padding: 0; padding: 0;
position: relative; position: relative;
top: -3px; margin: 0;
} }
.label-badge { .label-badge {
...@@ -274,6 +274,7 @@ ...@@ -274,6 +274,7 @@
.label-links { .label-links {
list-style: none; list-style: none;
margin: 0;
padding: 0; padding: 0;
white-space: nowrap; white-space: nowrap;
} }
......
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