Merge branch 'VM/RED-10587' into 'master'

RED-10587 - Add auto new line for edit-component textfield

Closes RED-10587

See merge request redactmanager/red-ui!745
This commit is contained in:
Dan Percic 2024-12-05 10:34:59 +01:00
commit d5ca5331a7

View File

@ -20,6 +20,12 @@
display: flex;
flex-direction: column;
gap: 10px;
span {
word-wrap: break-word;
word-break: break-word;
text-overflow: ellipsis;
}
}
.actions {