From 38412af02a43a1a9361d38660601a764ca2ae3f4 Mon Sep 17 00:00:00 2001 From: sboursen-scinote Date: Mon, 30 Jan 2023 12:32:55 +0100 Subject: [PATCH] Fix Hound issues [SCI-7676] --- app/assets/stylesheets/shared/form_errors.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/shared/form_errors.scss b/app/assets/stylesheets/shared/form_errors.scss index b16aee349..661b214ac 100644 --- a/app/assets/stylesheets/shared/form_errors.scss +++ b/app/assets/stylesheets/shared/form_errors.scss @@ -7,7 +7,7 @@ .form-group.has-error { margin-bottom: 0; - + .form-control { height: auto; }