Skip to content

Commit

Permalink
fix(checkbox): box-sizing property hardcoded (#1889)
Browse files Browse the repository at this point in the history
Co-authored-by: zhujiahong <zhujiahong@growingio.com>
  • Loading branch information
zhuzilv and zhujiahong committed Mar 8, 2022
1 parent f60bac9 commit 9b80ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/checkbox/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
&::after {
top: 0;
left: 4px;
box-sizing: content-box;
width: 5px;
height: 9px;
border: 1px solid;
Expand Down

1 comment on commit 9b80ee1

@vercel
Copy link

@vercel vercel bot commented on 9b80ee1 Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.