From c6777bc32a803db57ec1a6a36ae84e9807b8509a Mon Sep 17 00:00:00 2001 From: Misode Date: Sun, 18 May 2025 02:04:23 +0200 Subject: [PATCH] Fix wrapping long words --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 8613f0b9..09e862c2 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1883,8 +1883,9 @@ hr { .dialog-preview .text-component { font-size: calc(var(--dialog-px) * 10); - white-space: pre-wrap; text-align: center; + white-space: pre-wrap; + word-break: break-word; } .dialog-preview .text-component span {