Skip to content

Commit bd71e38

Browse files
author
undefined
committed
fix: button lineheight
1 parent e3c38b6 commit bd71e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/button/style/index.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// Fixing https://github.com/ant-design/ant-design/issues/13214
2121
// It is a render problem of chrome, which is only happened in the codesandbox demo
2222
// 0.001px solution works and I don't why
23-
line-height: @line-height-base - 0.001;
23+
line-height: @line-height-base;
2424
.btn;
2525
.btn-default;
2626

0 commit comments

Comments
 (0)