Commit 59ac14aa authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-dropdown-toggle-width' into 'master'

Change width of .dropdown-menu-toggle to 160px

See merge request gitlab-org/gitlab-ce!24391
parents 7ec7e176 9b527378
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
@extend .dropdown-toggle; @extend .dropdown-toggle;
padding-right: 25px; padding-right: 25px;
position: relative; position: relative;
width: 163px; width: 160px;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment