From b3a731bb394dd34f579b4b950a37a6db07b51446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20=C3=96zbek?= Date: Thu, 31 Oct 2024 18:03:57 +0100 Subject: [PATCH] Update _loading.scss not to affect form elements itself --- scss/components/_loading.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_loading.scss b/scss/components/_loading.scss index 37c79e2c..ab29d695 100644 --- a/scss/components/_loading.scss +++ b/scss/components/_loading.scss @@ -7,7 +7,7 @@ */ // Everything except form elements - #{$parent-selector} [aria-busy="true"]:not(input, select, textarea, html) { + #{$parent-selector} [aria-busy="true"]:not(input, select, textarea, html, form) { white-space: nowrap; &::before {