From 48de73b721e9e6491d03caaf0d74ec0f22c83079 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 16 Dec 2016 20:24:22 +0800 Subject: [PATCH] Fix a FormItem mis-align bug, close #4271 --- components/form/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/form/style/index.less b/components/form/style/index.less index 3c8d5047e8..fd8f842042 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -23,6 +23,7 @@ label { margin-right: 4px; content: "*"; font-family: SimSun; + line-height: 1; font-size: @font-size-base; color: @label-required-color; }