From baa58c3325e95f5688c4111464ccc0f0922b0054 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 12 Mar 2016 10:20:44 +0000 Subject: [PATCH] Merged r15211 (#22074). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15212 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 */ -- 2.39.5