From 832f712b1b97933cc7f7b86877c743679d61ab3e Mon Sep 17 00:00:00 2001 From: geens Date: Wed, 13 Nov 2024 11:46:06 +0100 Subject: [PATCH] Enable word wrap in editor --- web/src/components/editors/StandardEditor.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/editors/StandardEditor.jsx b/web/src/components/editors/StandardEditor.jsx index 9879215..132059c 100644 --- a/web/src/components/editors/StandardEditor.jsx +++ b/web/src/components/editors/StandardEditor.jsx @@ -28,6 +28,7 @@ export const StandardEditor = ({ readOnly, fontSize: 14, automaticLayout: true, + wordWrap: 'on', }} />