1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-27 02:41:15 +00:00

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
This commit is contained in:
Jean-Philippe Lang 2016-03-12 10:18:12 +00:00
parent 38524f5177
commit d50bace360

View File

@ -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 */