diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:19:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:19:20 +0000 |
commit | 079a1881d78caf46dbe9fc6ec4e1d25276be856f (patch) | |
tree | 3277bd425fa5c09c79df7e0e6d3b27e1e801ae45 | |
parent | d50bace360640f086dfc8bb4679b2a7947c05770 (diff) | |
download | redmine-079a1881d78caf46dbe9fc6ec4e1d25276be856f.tar.gz redmine-079a1881d78caf46dbe9fc6ec4e1d25276be856f.zip |
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
-rw-r--r-- | public/stylesheets/responsive.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 30420787d..793cbd072 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -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 */ |