We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c38b6 commit bd71e38Copy full SHA for bd71e38
components/button/style/index.less
@@ -20,7 +20,7 @@
20
// Fixing https://github.com/ant-design/ant-design/issues/13214
21
// It is a render problem of chrome, which is only happened in the codesandbox demo
22
// 0.001px solution works and I don't why
23
- line-height: @line-height-base - 0.001;
+ line-height: @line-height-base;
24
.btn;
25
.btn-default;
26
0 commit comments