From 158bae92aece19a7cec672df6117a0100cbe7fcc Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Tue, 22 Oct 2024 11:21:42 +0200 Subject: [PATCH] fix(SW-360): checkbox width expanding --- components/TempDesignSystem/Form/Checkbox/checkbox.module.css | 1 - 1 file changed, 1 deletion(-) diff --git a/components/TempDesignSystem/Form/Checkbox/checkbox.module.css b/components/TempDesignSystem/Form/Checkbox/checkbox.module.css index 0afc51797..99077e212 100644 --- a/components/TempDesignSystem/Form/Checkbox/checkbox.module.css +++ b/components/TempDesignSystem/Form/Checkbox/checkbox.module.css @@ -21,7 +21,6 @@ } .checkbox { - flex-grow: 1; width: 24px; height: 24px; min-width: 24px;