From 7dcedac4970f58636bf47cc0d6b9d045e4e418e6 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Tue, 26 Dec 2023 20:57:28 +0700 Subject: [PATCH] fix: loading component --- scss/components/_loading.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/components/_loading.scss b/scss/components/_loading.scss index b2287711..99b02633 100644 --- a/scss/components/_loading.scss +++ b/scss/components/_loading.scss @@ -8,6 +8,8 @@ // Everything except form elements [aria-busy="true"]:not(input, select, textarea, html) { + white-space: nowrap; + &::before { display: inline-block; width: 1em;