From baa58c3325e95f5688c4111464ccc0f0922b0054 2016-03-12 10:20:44 From: Jean-Philippe Lang Date: 2016-03-12 10:20:44 Subject: [PATCH] Merged r15211 (#22074). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15212 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 20177a9..3042078 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 */