fix(SAS emoji): fix truncated emoji label (#29643)

This commit is contained in:
Florian Duros 2025-04-02 12:09:10 +02:00 committed by GitHub
parent abbc1c0947
commit 637ba3222e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,10 +46,8 @@ Please see LICENSE files in the repository root for full details.
}
.mx_VerificationShowSas_emojiSas_label {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: $font-12px;
word-break: break-all;
}
.mx_VerificationShowSas_emojiSas_break {