Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-14 21:23:00 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-14 21:23:00 +0300
commit279744f057f3bbe4e4e5c7e59e9b7693c3c88f65 (patch)
treedb080c5329a3f97f840968979229c9206320cd5d /app/assets/stylesheets/pages/labels.scss
parentedfa2e3fb673412272e8bc9cdbfa2e3a86a9f21f (diff)
Truncate long label names
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 73eb399d7bb..79cac7f4ff0 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -280,7 +280,7 @@
width: 150px;
flex-shrink: 0;
- .label {
+ .badge {
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;