mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-27 02:41:15 +00:00
Prevent username from overlapping in mobile menu (#22074).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15210 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
38524f5177
commit
d50bace360
@ -511,6 +511,10 @@
|
||||
|
||||
.flyout-menu__avatar .user {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* user link when no avatar is present */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user