Fix for too long username in notification dropdown

This commit is contained in:
SansPseudoFix 2015-06-04 15:41:33 +02:00 committed by Jonne Haß
parent cc58c66e3d
commit 9f6d6a2e80

View file

@ -176,6 +176,10 @@ body > header {
height: 35px; height: 35px;
} }
.media-body {
word-break: break-all;
}
.pull-right > .aspect_membership_dropdown { display: none; } .pull-right > .aspect_membership_dropdown { display: none; }
.unread-toggle { margin: 10px; } .unread-toggle { margin: 10px; }