mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 05:23:14 -08:00
[Glitch] Fix handling of long display names in notification requests
Port f6dc8ae8e3 to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
e67e07211f
commit
80d315826f
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue