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:
commit
59ac14aa6c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
@extend .dropdown-toggle;
|
||||
padding-right: 25px;
|
||||
position: relative;
|
||||
width: 163px;
|
||||
width: 160px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Loading…
Reference in a new issue