Skip to content

Commit

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

0 comments on commit c9a7dcb

Please sign in to comment.