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 }