fix: button lineheight

pull/2722/head^2
undefined 2020-08-19 21:26:49 +08:00
parent e3c38b68f8
commit bd71e3806b
1 changed files with 1 additions and 1 deletions

View File

@ -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;