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