summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-01-17 14:21:50 +0000
committerPhil Hughes <me@iamphill.com>2019-01-17 14:21:50 +0000
commit59ac14aa6c4f8b290975fc2313caf73fc9461ea1 (patch)
tree16aeaf80f71bebd44f49115022fe04523c1900ca /app
parent7ec7e176ef4a8546951fba4422edf62deeadac79 (diff)
parent9b5273789403b065b4a2ed04b84f33d8d891592c (diff)
downloadgitlab-ce-59ac14aa6c4f8b290975fc2313caf73fc9461ea1.tar.gz
Merge branch 'winh-dropdown-toggle-width' into 'master'
Change width of .dropdown-menu-toggle to 160px See merge request gitlab-org/gitlab-ce!24391
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index cb01a41cb7e..b90db135b4a 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -129,7 +129,7 @@
@extend .dropdown-toggle;
padding-right: 25px;
position: relative;
- width: 163px;
+ width: 160px;
text-overflow: ellipsis;
overflow: hidden;