From 7787ecde2c6496520cd8f0639b779e5a8f9e332b Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 18 Aug 2024 20:37:41 +0700 Subject: [PATCH] fix: Use correct word break for patch option descriptions (#251) --- 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 5217ef2..c417897 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 {