Skip to content
Snippets Groups Projects
Unverified Commit 6cd2af53 authored by Luke Bennett's avatar Luke Bennett
Browse files

Fix label item height when no desc

parent 68082d35
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -80,7 +80,7 @@
margin-bottom: 5px;
display: flex;
justify-content: space-between;
padding: $gl-padding;
padding: $gl-padding $gl-padding 9px;
border-radius: $border-radius-default;
border: 1px solid $theme-gray-100;
 
Loading
Loading
@@ -254,6 +254,7 @@
padding: 0;
position: relative;
top: -3px;
margin: 0;
}
 
.label-badge {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment