From d87c7ca424cfff78ae8aa030015b0384ffc7b13c Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Tue, 24 Oct 2023 12:54:39 +0200 Subject: [PATCH] fix(scss): fix remaining comma which leads to invalid css --- app/assets/stylesheets/forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/forms.scss b/app/assets/stylesheets/forms.scss index 04d966d9b..dcaddf203 100644 --- a/app/assets/stylesheets/forms.scss +++ b/app/assets/stylesheets/forms.scss @@ -293,7 +293,7 @@ input[type=number], input[type=datetime-local], textarea, - input[type=tel], { + input[type=tel] { @media (max-width: $two-columns-breakpoint) { width: 100%; }