Skip to content
Snippets Groups Projects
Commit 35a899f9 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett Committed by Annabel Gray
Browse files

Fix labels too large

parent 10a190db
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -58,7 +58,7 @@
}
 
.color-label {
padding: $gl-padding-4 $grid-size;
padding: 0 $grid-size;
line-height: 16px;
border-radius: $label-border-radius;
color: $white-light;
Loading
Loading
@@ -112,6 +112,10 @@
}
}
}
.color-label {
padding: $gl-padding-4 $grid-size;
}
}
 
.prioritized-labels {
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