From cc29ca4cceb26bc888fa9a99edee8b479dee0a72 Mon Sep 17 00:00:00 2001 From: Martin Artnik Date: Mon, 4 Sep 2023 15:17:22 +0200 Subject: [PATCH] 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 3b12fd2ba..f1dbea476 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; - .form-control { - height: auto; + .sn-icon { + display: none; } }