Skip to content

Commit

Permalink
Fix NcCheckboxRadioSwitch
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Nov 7, 2023
1 parent c9a7dcb commit bf2de2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcCheckboxRadioSwitch/NcCheckboxContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf2de2b

Please sign in to comment.