Skip to content

Commit

Permalink
fix: button lineheight
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined committed Aug 19, 2020
1 parent e3c38b6 commit bd71e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// Fixing https://github.com/ant-design/ant-design/issues/13214
// It is a render problem of chrome, which is only happened in the codesandbox demo
// 0.001px solution works and I don't why
line-height: @line-height-base - 0.001;
line-height: @line-height-base;
.btn;
.btn-default;

Expand Down

0 comments on commit bd71e38

Please sign in to comment.