From e662623b9b015f3cf0cf2e1351151ca8f7d4523f Mon Sep 17 00:00:00 2001 From: Sven van de Scheur Date: Mon, 16 Dec 2024 11:37:45 +0100 Subject: [PATCH] :bug: - style: fix incorrect allignment of toolbar button in form on mobile viewport --- src/components/form/form/form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/form/form/form.scss b/src/components/form/form/form.scss index 035443df..5b011f42 100644 --- a/src/components/form/form/form.scss +++ b/src/components/form/form/form.scss @@ -18,6 +18,6 @@ } .mykn-toolbar .mykn-button { - justify-content: center; + justify-content: center !important; } }