Skip to content
Snippets Groups Projects
Commit ebda972b authored by Annabel Gray's avatar Annabel Gray
Browse files

Merge branch 'fix-labels-too-large-from-label-list-redesign' into 'master'

Fix labels too large

Closes #47499 and #47762

See merge request gitlab-org/gitlab-ce!19640
parents 10a190db 35a899f9
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