forked from AkkomaGang/akkoma-fe
Fix long names in notifications too
This commit is contained in:
parent
121f7424dc
commit
1db9b1e1ad
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue