Merge branch 'winh-user-dropdown-nowrap' into 'master'

Avoid wrapping users in dropdown

Closes #38077

See merge request gitlab-org/gitlab-ce!14410
This commit is contained in:
Phil Hughes 2017-09-26 09:25:16 +00:00
commit a7265abd6d
1 changed files with 8 additions and 0 deletions

View File

@ -779,6 +779,14 @@
white-space: normal;
width: 100%;
&.dropdown-menu-user-link {
white-space: nowrap;
.dropdown-menu-user-username {
display: block;
}
}
// make sure the text color is not overriden
&.text-danger {
color: $brand-danger;