Tweak form nested form style

This commit is contained in:
afc163 2017-10-20 11:34:46 +08:00
parent d64ab68adb
commit 3bc8f1ce5a

View File

@ -71,7 +71,7 @@ input[type="checkbox"] {
vertical-align: top;
// nested FormItem
& > &,
& > &:last-child,
& :not(.@{form-prefix-cls}) > & {
margin-bottom: -@form-item-margin-bottom;
}