Skip to content
Snippets Groups Projects
Commit b24f9d66 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed overflow on users name in dropdowns

Closes #14289
parent ea7d062f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -161,9 +161,8 @@
 
.dropdown-menu-user-full-name {
display: block;
margin-bottom: 2px;
font-weight: 600;
line-height: 1;
line-height: 16px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
Loading
Loading
@@ -171,7 +170,7 @@
 
.dropdown-menu-user-username {
display: block;
line-height: 1;
line-height: 16px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
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