From 65ae3b72b204dd256186d351d460e8d66e20bc4c Mon Sep 17 00:00:00 2001 From: Emanuele Ferrelli Date: Thu, 6 Feb 2025 15:42:10 +0100 Subject: [PATCH] Bug fix --- src/assets/tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/tailwind.css b/src/assets/tailwind.css index 97497ad..1755e3a 100644 --- a/src/assets/tailwind.css +++ b/src/assets/tailwind.css @@ -8,6 +8,6 @@ .editor ol, .md-editor-preview ol{ list-style-type: decimal !important; } -.editor, .md-editor-preview{ +.editor .md-editor-preview{ word-break: break-word }