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

This commit is contained in:
Valentin Mihai 2024-10-30 13:34:26 +02:00
parent 866e6ac45a
commit 4695d31c72

View File

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