mirror of
https://github.com/redmine/redmine.git
synced 2026-03-12 15:41:11 +01:00
Expand username to cover whole line in mobile menu (#22074).
Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@15211 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -515,6 +515,9 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
/* user link when no avatar is present */
|
||||
|
||||
Reference in New Issue
Block a user