Fix loading/errored emoji in detailed status display name causing line break (#39378)

This commit is contained in:
diondiondion 2026-06-11 15:20:02 +02:00 committed by GitHub
parent e52fc4a0c1
commit 90438e9b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2498,7 +2498,7 @@ a.account__display-name {
overflow: hidden;
strong,
span {
span:not(.emojione) {
display: block;
text-overflow: ellipsis;
overflow: hidden;