mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-12 23:38:20 +00:00
Fix handling of long display names in notification requests (#31225)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user