Commit a7265abd authored by Phil Hughes's avatar Phil Hughes

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

Avoid wrapping users in dropdown

Closes #38077

See merge request gitlab-org/gitlab-ce!14410
parents 3689b9e5 e4708e28
......@@ -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;
......
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