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

This commit is contained in:
Valentin Mihai 2024-12-04 20:06:12 +02:00
parent fffcc80201
commit 2fe21f0481

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 {