summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-01-15 14:29:45 +0100
committerWinnie Hellmann <winnie@gitlab.com>2019-01-15 14:29:45 +0100
commit9b5273789403b065b4a2ed04b84f33d8d891592c (patch)
treea449077e12cdfbadcb9cc3cc06cc4438877769e0 /app
parent11d6c7e2f852536c9a05fe3fdf7e82be7d38f96e (diff)
downloadgitlab-ce-9b5273789403b065b4a2ed04b84f33d8d891592c.tar.gz
Change width of .dropdown-menu-toggle to 160px
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;