From 81e56d0dc84bfbe52eec37bed49274643e49a56f 2016-03-12 10:21:09 From: Jean-Philippe Lang Date: 2016-03-12 10:21:09 Subject: [PATCH] Merged r15211 (#22074). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15213 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 */