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%;