diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:20:44 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-03-12 10:20:44 +0000 |
commit | baa58c3325e95f5688c4111464ccc0f0922b0054 (patch) | |
tree | ae965439a66f50b11cc7c3f6aa1cd88bf475a47d | |
parent | 56f6602e23de6866c95958e1a0e09b6f83c83cd9 (diff) | |
download | redmine-baa58c3325e95f5688c4111464ccc0f0922b0054.tar.gz redmine-baa58c3325e95f5688c4111464ccc0f0922b0054.zip |
Merged r15211 (#22074).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15212 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/responsive.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |