Skip to content

Commit

Permalink
Remove inconsistant style (ant-design#20533)
Browse files Browse the repository at this point in the history
Remove "line-height: unset;" from ".@{radio-group-prefix-cls}".
It causes inconsistance with Checkbox.Group.
See: https://codesandbox.io/s/antd-radio-line-height-8kt7u
  • Loading branch information
liyuanqiu authored and afc163 committed Dec 30, 2019
1 parent 8e793c4 commit 121437b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/radio/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
.reset-component;

display: inline-block;
line-height: unset;
}

// 一般状态
Expand Down

0 comments on commit 121437b

Please sign in to comment.