From bfe27796472efd85d3b10176fa7e09a125f7b2f0 Mon Sep 17 00:00:00 2001 From: Nikola Ganchev Date: Tue, 26 Sep 2023 10:56:12 +0300 Subject: [PATCH] Remove hyphens css property --- src/lib/RichText.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/RichText.svelte b/src/lib/RichText.svelte index ccfff89..244c18e 100644 --- a/src/lib/RichText.svelte +++ b/src/lib/RichText.svelte @@ -54,7 +54,6 @@ :global(.markup-content a, .markup-content p, .markup-content span) { overflow-wrap: anywhere; word-wrap: anywhere; - hyphens: auto; } :global(.markup-content img) {