From bf2de2b48473f73e3b1ea71a400246f1b21f6ae8 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 7 Nov 2023 11:10:29 +0100 Subject: [PATCH] Fix NcCheckboxRadioSwitch Signed-off-by: Simon L --- src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue index b04b52ec16..883ed1e87d 100644 --- a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue +++ b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue @@ -209,7 +209,7 @@ export default { min-height: $clickable-area; border-radius: $clickable-area; box-sizing: content-box !important; - padding: 4px $icon-margin; + padding: 0px $icon-margin; // Set to 100% to make text overflow work on button style width: 100%; // but restrict to content so plain checkboxes / radio switches do not expand