]> source.dussan.org Git - redmine.git/commitdiff
Prevent username from overlapping in mobile menu (#22074).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:18:12 +0000 (10:18 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Mar 2016 10:18:12 +0000 (10:18 +0000)
Patch by Felix Gliesche.

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

public/stylesheets/responsive.css

index 20177a9ea81e9d384f838e0aaf96f48e4f683ea2..30420787df0c4b39712245e531f0ab8a01b24374 100644 (file)
 
   .flyout-menu__avatar .user {
     padding-left: 15px;
+    padding-right: 15px;
+    text-overflow: ellipsis;
+    overflow: hidden;
+    white-space: nowrap;
   }
 
   /* user link when no avatar is present */