Commit ebda972b authored by Annabel Gray's avatar Annabel Gray

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
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
} }
.color-label { .color-label {
padding: $gl-padding-4 $grid-size; padding: 0 $grid-size;
line-height: 16px; line-height: 16px;
border-radius: $label-border-radius; border-radius: $label-border-radius;
color: $white-light; color: $white-light;
...@@ -112,6 +112,10 @@ ...@@ -112,6 +112,10 @@
} }
} }
} }
.color-label {
padding: $gl-padding-4 $grid-size;
}
} }
.prioritized-labels { .prioritized-labels {
......
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