Fix long names in notifications too

This commit is contained in:
shpuld 2018-04-14 08:59:55 +03:00
parent 121f7424dc
commit 1db9b1e1ad

View file

@ -138,10 +138,15 @@
.name-and-action { .name-and-action {
flex: 1; flex: 1;
overflow: hidden;
text-overflow: ellipsis;
} }
.username { .username {
font-weight: bolder; font-weight: bolder;
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
} }
.timeago { .timeago {
float: right; float: right;