Revert "Don't display icons in fields with errors (alignment issues) [SCI-9217]"

This commit is contained in:
artoscinote 2023-09-05 09:21:40 +02:00 committed by GitHub
parent 7b40b43922
commit cdfe9aaa0c
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;
}
}