Skip to content

Commit 59ac14a

Browse files
committed
Merge branch 'winh-dropdown-toggle-width' into 'master'
Change width of .dropdown-menu-toggle to 160px See merge request gitlab-org/gitlab-ce!24391
2 parents 7ec7e17 + 9b52737 commit 59ac14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/framework/dropdowns.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
@extend .dropdown-toggle;
130130
padding-right: 25px;
131131
position: relative;
132-
width: 163px;
132+
width: 160px;
133133
text-overflow: ellipsis;
134134
overflow: hidden;
135135

0 commit comments

Comments
 (0)