🐛 Make internal DOM of text editor v2 break words as the render engine does

This commit is contained in:
Belén Albeza 2025-10-16 14:21:43 +02:00
parent 544b118925
commit 9f4db4479c

View File

@ -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"] {