From d30c932db7d83315cea93a7a1b153769616a61cb Mon Sep 17 00:00:00 2001 From: portikM Date: Wed, 6 Dec 2023 12:51:46 -0500 Subject: [PATCH] fix(kinputswitch): minor fix --- src/components/KInputSwitch/KInputSwitch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/KInputSwitch/KInputSwitch.vue b/src/components/KInputSwitch/KInputSwitch.vue index 702604e527..f869f963a4 100644 --- a/src/components/KInputSwitch/KInputSwitch.vue +++ b/src/components/KInputSwitch/KInputSwitch.vue @@ -210,7 +210,7 @@ $kInputSwitchLargeCircleSize: 10px; } .switch-control-wrapper { - display: flex; + display: flex !important; } .switch-control {