Fix long names in notifications too

このコミットが含まれているのは:
shpuld 2018-04-14 08:59:55 +03:00
コミット 1db9b1e1ad
1個のファイルの変更5行の追加0行の削除

ファイルの表示

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