From 2fe21f0481a5b88aeb7554bc4400bf745d340cc8 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Wed, 4 Dec 2024 20:06:12 +0200 Subject: [PATCH] RED-10587 - Add auto new line for edit-component textfield --- .../editable-structured-component-value.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss b/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss index 8e4b4194b..deeacae0f 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/components/editable-structured-component-value/editable-structured-component-value.component.scss @@ -20,6 +20,12 @@ display: flex; flex-direction: column; gap: 10px; + + span { + word-wrap: break-word; + word-break: break-word; + text-overflow: ellipsis; + } } .actions {