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

This commit is contained in:
Claire
2024-08-01 09:41:32 +02:00
committed by GitHub
parent a50c8e951f
commit f6dc8ae8e3

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 {