From 079a1881d78caf46dbe9fc6ec4e1d25276be856f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 12 Mar 2016 10:19:20 +0000 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 --- public/stylesheets/responsive.css | 3 +++ 1 file changed, 3 insertions(+) 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 */