From 71e4902c201d1f029c8afe1291c5abbd827fa3da Mon Sep 17 00:00:00 2001 From: kzerbe Date: Fri, 15 Sep 2023 14:35:22 +0200 Subject: [PATCH] Fix #2392 --- styles/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/global.css b/styles/global.css index f3482916..b0253a3b 100644 --- a/styles/global.css +++ b/styles/global.css @@ -121,6 +121,7 @@ em-emoji-picker { .line-compact { line-height: calc(4 / 3 * 1em); + white-space: normal; } .content-editor {