mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00: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:
parent
d50bace360
commit
079a1881d7
@ -515,6 +515,9 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
-webkit-flex-grow: 1;
|
||||||
|
-ms-flex-grow: 1;
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* user link when no avatar is present */
|
/* user link when no avatar is present */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user