Merge pull request #6131 from scinote-eln/revert-6128-ma_SCI_9217

Revert "Don't display icons in fields with errors (alignment issues) [SCI-9217]"
This commit is contained in:
artoscinote 2023-09-05 09:21:52 +02:00 committed by GitHub
commit f6fa05520b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
.form-group.has-error {
margin-bottom: 0;
.sn-icon {
display: none;
.form-control {
height: auto;
}
}