RED-10048 - Improve display of error messages for csv files

This commit is contained in:
Valentin Mihai 2024-10-30 13:38:05 +02:00
parent 0b8a0f08d2
commit 860146cd1a

View File

@ -99,6 +99,8 @@
.error-message {
margin-top: 2px;
color: var(--iqser-primary);
white-space: normal;
word-wrap: break-word;
}
}