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

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

See merge request gitlab-org/gitlab-ce!24391
This commit is contained in:
Phil Hughes 2019-01-17 14:21:50 +00:00
commit 59ac14aa6c
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
@extend .dropdown-toggle;
padding-right: 25px;
position: relative;
width: 163px;
width: 160px;
text-overflow: ellipsis;
overflow: hidden;