From 5364150b743c7181ae4d3f35f62f65ad6ebbb185 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 29 Apr 2020 18:05:54 +0800 Subject: [PATCH] fix(Checkbox): incorrect icon position after font-size scale (#6168) --- src/checkbox/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkbox/index.less b/src/checkbox/index.less index 64da9abdd..45887ee1a 100644 --- a/src/checkbox/index.less +++ b/src/checkbox/index.less @@ -33,7 +33,7 @@ height: 1.25em; color: transparent; font-size: 0.8em; - line-height: inherit; + line-height: 1.25; text-align: center; border: 1px solid @checkbox-border-color; transition-duration: @checkbox-transition-duration;