adjust error message margin style in FormItem

This commit is contained in:
afc163 2016-09-21 22:26:53 +08:00
parent 33b8b3345b
commit 1bd39692e9

View File

@ -79,7 +79,7 @@ input[type="checkbox"] {
} }
&-with-help { &-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 { &-label {
@ -111,7 +111,6 @@ input[type="checkbox"] {
.@{form-prefix-cls}-explain { .@{form-prefix-cls}-explain {
line-height: 1.5; line-height: 1.5;
margin-top: 3px;
} }
.@{form-prefix-cls}-explain, .@{form-prefix-cls}-explain,