Fix labels too large

This commit is contained in:
Luke Bennett 2018-06-12 18:26:47 +00:00 committed by Annabel Gray
parent 10a190dba2
commit 35a899f9f9
1 changed files with 5 additions and 1 deletions

View File

@ -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;
@ -112,6 +112,10 @@
}
}
}
.color-label {
padding: $gl-padding-4 $grid-size;
}
}
.prioritized-labels {