From: Jean-Philippe Lang Date: Sat, 12 Mar 2016 10:19:20 +0000 (+0000) Subject: Expand username to cover whole line in mobile menu (#22074). X-Git-Tag: 3.3.0~211 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=079a1881d78caf46dbe9fc6ec4e1d25276be856f;p=redmine.git 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 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 */