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 {