From cdfe9aaa0ce1c2eb3d235d6fbe42abc94c0d48c6 Mon Sep 17 00:00:00 2001 From: artoscinote <85488244+artoscinote@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:21:40 +0200 Subject: [PATCH] Revert "Don't display icons in fields with errors (alignment issues) [SCI-9217]" --- app/assets/stylesheets/shared/form_errors.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/shared/form_errors.scss b/app/assets/stylesheets/shared/form_errors.scss index f1dbea476..3b12fd2ba 100644 --- a/app/assets/stylesheets/shared/form_errors.scss +++ b/app/assets/stylesheets/shared/form_errors.scss @@ -9,7 +9,7 @@ .form-group.has-error { margin-bottom: 0; - .sn-icon { - display: none; + .form-control { + height: auto; } }