From d50bace360640f086dfc8bb4679b2a7947c05770 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 12 Mar 2016 10:18:12 +0000 Subject: [PATCH] Prevent username from overlapping in mobile menu (#22074). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@15210 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 20177a9ea..30420787d 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -511,6 +511,10 @@ .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 */