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