fix(SAS emoji): fix truncated emoji label (#29643)
This commit is contained in:
@@ -46,10 +46,8 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_VerificationShowSas_emojiSas_label {
|
.mx_VerificationShowSas_emojiSas_label {
|
||||||
overflow: hidden;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
font-size: $font-12px;
|
font-size: $font-12px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_VerificationShowSas_emojiSas_break {
|
.mx_VerificationShowSas_emojiSas_break {
|
||||||
|
|||||||
Reference in New Issue
Block a user