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; } }