Commit 6cd2af53 authored by Luke Bennett's avatar Luke Bennett

Fix label item height when no desc

parent 68082d35
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
margin-bottom: 5px; margin-bottom: 5px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: $gl-padding; padding: $gl-padding $gl-padding 9px;
border-radius: $border-radius-default; border-radius: $border-radius-default;
border: 1px solid $theme-gray-100; border: 1px solid $theme-gray-100;
...@@ -254,6 +254,7 @@ ...@@ -254,6 +254,7 @@
padding: 0; padding: 0;
position: relative; position: relative;
top: -3px; top: -3px;
margin: 0;
} }
.label-badge { .label-badge {
......
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