From 104d9bd525ad3342ab4be1c3fc133d7ff7bac4f4 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 18 Aug 2024 20:27:53 +0700 Subject: [PATCH] Update wordbreak behaviour for option description --- src/routes/patches/PatchItem.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/patches/PatchItem.svelte b/src/routes/patches/PatchItem.svelte index 5217ef24..c4178972 100644 --- a/src/routes/patches/PatchItem.svelte +++ b/src/routes/patches/PatchItem.svelte @@ -110,7 +110,7 @@ #option-description { white-space: pre-wrap; - word-break: break-all; + word-break: break-word; } #option-title {