diff --git a/frontend/src/components/input/editor/TipTap.vue b/frontend/src/components/input/editor/TipTap.vue index 50e3e5adf..a85dbc735 100644 --- a/frontend/src/components/input/editor/TipTap.vue +++ b/frontend/src/components/input/editor/TipTap.vue @@ -933,7 +933,7 @@ watch( // Basic editor styles .ProseMirror { padding: .5rem .5rem .5rem 0; - word-break: break-all; + overflow-wrap: break-word; &:focus-within, &:focus { box-shadow: none;