From d2e4631a14f5ee74e3106aea296d6f4bb6646380 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 11 Aug 2025 10:03:34 +0100 Subject: [PATCH] Fix line wrap around emoji verification (#30523) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/verification/_VerificationShowSas.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/verification/_VerificationShowSas.pcss b/res/css/views/verification/_VerificationShowSas.pcss index 1a24519cbf..9e4d1f138b 100644 --- a/res/css/views/verification/_VerificationShowSas.pcss +++ b/res/css/views/verification/_VerificationShowSas.pcss @@ -47,7 +47,7 @@ Please see LICENSE files in the repository root for full details. .mx_VerificationShowSas_emojiSas_label { font-size: $font-12px; - word-break: break-all; + word-break: break-word; } .mx_VerificationShowSas_emojiSas_break {