[Glitch] Fix handling of long display names in notification requests

Port f6dc8ae8e3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2804/head
Claire 2024-08-01 09:41:32 +02:00
parent e67e07211f
commit 80d315826f
1 changed files with 6 additions and 0 deletions

View File

@ -10774,6 +10774,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 {