]> source.dussan.org Git - redmine.git/commitdiff
Expand username to cover whole line in mobile menu (#22074).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:19:20 +0000 (10:19 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:19:20 +0000 (10:19 +0000)
Patch by Gregor Schmidt.

git-svn-id: http://svn.redmine.org/redmine/trunk@15211 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index 30420787df0c4b39712245e531f0ab8a01b24374..793cbd072f9985cc71d940362d64497880ca96c3 100644 (file)
     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 */