Skip to content

Commit

Permalink
fix(checkbox): fix box-sizing (#1891)
Browse files Browse the repository at this point in the history
Co-authored-by: zhujiahong <zhujiahong@growingio.com>
  • Loading branch information
zhuzilv and zhujiahong authored Mar 9, 2022
1 parent e01b8eb commit 8101e12
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 @@ -107,6 +107,7 @@
&::after {
top: 0;
left: 4px;
box-sizing: content-box;
width: 5px;
height: 9px;
border: 1px solid var(--active-inner);
Expand Down

1 comment on commit 8101e12

@vercel
Copy link

@vercel vercel bot commented on 8101e12 Mar 9, 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.