Merge pull request #6128 from artoscinote/ma_SCI_9217

Don't display icons in fields with errors (alignment issues) [SCI-9217]
This commit is contained in:
artoscinote 2023-09-04 15:19:25 +02:00 committed by GitHub
commit 6ad1b6b67e
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;
.form-control {
height: auto;
.sn-icon {
display: none;
}
}