mirror of https://github.com/mastodon/mastodon
Fix handling of long display names in notification requests (#31225)
This commit is contained in:
parent
a50c8e951f
commit
f6dc8ae8e3
|
@ -10215,6 +10215,12 @@ noscript {
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
color: $secondary-text-color;
|
color: $secondary-text-color;
|
||||||
|
|
||||||
|
bdi {
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.filtered-notifications-banner__badge {
|
.filtered-notifications-banner__badge {
|
||||||
|
|
Loading…
Reference in New Issue