From 9f4db4479ca9a627f6a3f169f542feac19d8d14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Thu, 16 Oct 2025 14:21:43 +0200 Subject: [PATCH] :bug: Make internal DOM of text editor v2 break words as the render engine does --- .../app/main/ui/workspace/shapes/text/v2_editor.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.scss b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.scss index f797f33e18..8ea188776f 100644 --- a/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.scss +++ b/frontend/src/app/main/ui/workspace/shapes/text/v2_editor.scss @@ -37,7 +37,6 @@ [data-itype="inline"] { line-break: auto; line-height: inherit; - overflow-wrap: initial; caret-color: var(--text-editor-caret-color); } @@ -48,15 +47,6 @@ } } -// Grow type -.grow-type-fixed, -.grow-type-auto-height { - [data-itype="inline"], - [data-itype="paragraph"] { - white-space: break-spaces; - } -} - .grow-type-auto-width { [data-itype="inline"], [data-itype="paragraph"] {