summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-06-12 18:26:47 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-12 18:26:47 +0000
commit35a899f9f9ee0cabb7157fdbaee0bb4ff1ca60b7 (patch)
tree907f2621ecad121c107f416bfc6df55008b4e808
parent10a190dba2db339093cdc4949ef54cc287196b9b (diff)
downloadgitlab-ce-35a899f9f9ee0cabb7157fdbaee0bb4ff1ca60b7.tar.gz
Fix labels too large
-rw-r--r--app/assets/stylesheets/pages/labels.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 785df23a355..6882b4adb15 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -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 {