From 8bff5917dcba308e0feff664496aa31785edae85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Thu, 17 Sep 2020 15:31:26 +0800 Subject: [PATCH] style: tweak button icon only align (#26785) close #26679 --- components/button/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button/style/index.less b/components/button/style/index.less index db6918f6f8..cb419ff828 100644 --- a/components/button/style/index.less +++ b/components/button/style/index.less @@ -101,7 +101,7 @@ &-icon-only { .btn-square(@btn-prefix-cls); - vertical-align: -0.5px; + vertical-align: -1px; } &-round {