mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
adjust error message margin style in FormItem
This commit is contained in:
parent
33b8b3345b
commit
1bd39692e9
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user