From 74c9909f5f240a838ef4e311425c5c6aad303fcc Mon Sep 17 00:00:00 2001 From: dlariono <167107202+dlariono@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:09:48 -0600 Subject: [PATCH] [MAT-7230] refactor spaceless tag usage (#75) --- .../_patterns/01-atoms/05-forms/_select-element.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/themes/custom/madie/components/_patterns/01-atoms/05-forms/_select-element.twig b/html/themes/custom/madie/components/_patterns/01-atoms/05-forms/_select-element.twig index 169573a..6d26528 100644 --- a/html/themes/custom/madie/components/_patterns/01-atoms/05-forms/_select-element.twig +++ b/html/themes/custom/madie/components/_patterns/01-atoms/05-forms/_select-element.twig @@ -10,7 +10,7 @@ * @see template_preprocess_select() */ #} -{% spaceless %} +{% apply spaceless %}