Fix handling of long display names in notification requests (#31225)

pull/2804/head
Claire 2024-08-01 09:41:32 +02:00 committed by GitHub
parent a50c8e951f
commit f6dc8ae8e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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 {