Fix for too long username in notification dropdown
This commit is contained in:
parent
cc58c66e3d
commit
9f6d6a2e80
1 changed files with 4 additions and 0 deletions
|
|
@ -176,6 +176,10 @@ body > header {
|
|||
height: 35px;
|
||||
}
|
||||
|
||||
.media-body {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.pull-right > .aspect_membership_dropdown { display: none; }
|
||||
.unread-toggle { margin: 10px; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue