Skip to content
Snippets Groups Projects
Commit e4708e28 authored by Winnie Hellmann's avatar Winnie Hellmann
Browse files

Avoid wrapping users in dropdown

parent 92173ac5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment