Skip to content

Commit

Permalink
fix(Checkbox): fix Checkbox width bug (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaixingOoO authored Dec 12, 2024
1 parent ca1aa4a commit ba96285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/web/components/checkbox/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
border-radius: @checkbox-border-radius;
background-color: @checkbox-input-color;
box-sizing: border-box;
flex-shrink: 0;

&::after {
content: "";
Expand Down

0 comments on commit ba96285

Please sign in to comment.