From c9a7dcb2cd6affa4cf75c43f2693e31e14c2fc2e Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 6 Nov 2023 11:22:30 +0100 Subject: [PATCH] fix checkbox sizing Signed-off-by: Simon L --- src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue index 5ec048f341..b04b52ec16 100644 --- a/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue +++ b/src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue @@ -208,6 +208,7 @@ export default { user-select: none; min-height: $clickable-area; border-radius: $clickable-area; + box-sizing: content-box !important; padding: 4px $icon-margin; // Set to 100% to make text overflow work on button style width: 100%;