Skip to content

Commit

Permalink
fix input has min size
Browse files Browse the repository at this point in the history
close #3699
  • Loading branch information
zombieJ committed Dec 26, 2018
1 parent 42d0b7a commit 73b5437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/radio/style/index.less
Expand Up @@ -214,6 +214,7 @@ span.@{radio-prefix-cls} + * {
opacity: 0;
width: 0;
height: 0;
pointer-events: none;
}

&-checked {
Expand Down

1 comment on commit 73b5437

@zombieJ
Copy link
Member Author

Choose a reason for hiding this comment

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

OPS...

close #13699

Please sign in to comment.