Skip to content

Commit

Permalink
Merge pull request #812 from Adslot/fix-checkbox
Browse files Browse the repository at this point in the history
Prevent checkbox shrink
  • Loading branch information
veegandhi authored Feb 14, 2019
2 parents 2431458 + c79fb5c commit a93723a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/adslot-ui/Checkbox/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
background-repeat: no-repeat;
background-size: contain;
background-image: url('~styles/icons/checkbox/empty.svg');
flex-shrink: 0;
}

&:hover:not(.disabled):not(.checked):not(.partial-checked) .checkbox-component-icon {
Expand Down

0 comments on commit a93723a

Please sign in to comment.