From 079a1881d78caf46dbe9fc6ec4e1d25276be856f 2016-03-12 10:19:20 From: Jean-Philippe Lang Date: 2016-03-12 10:19:20 Subject: [PATCH] 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 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 3042078..793cbd0 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 */