From 1bd39692e9f3b77d76506d51dd1c70b22c77ba5d Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 21 Sep 2016 22:26:53 +0800 Subject: [PATCH] adjust error message margin style in FormItem --- components/form/style/index.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/form/style/index.less b/components/form/style/index.less index 893bd445b6..ed3d8dfec9 100644 --- a/components/form/style/index.less +++ b/components/form/style/index.less @@ -79,7 +79,7 @@ input[type="checkbox"] { } &-with-help { - margin-bottom: @form-item-margin-bottom - @font-size-base * @line-height-base - 3; + margin-bottom: @form-item-margin-bottom - @font-size-base * @line-height-base; } &-label { @@ -111,7 +111,6 @@ input[type="checkbox"] { .@{form-prefix-cls}-explain { line-height: 1.5; - margin-top: 3px; } .@{form-prefix-cls}-explain,