This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

14
node_modules/ng-zorro-antd/form/style/patch.less generated vendored Normal file
View File

@@ -0,0 +1,14 @@
// Since zorro's form-item-margin-bottom doesn't currently animate, we need to fix some of the heights.
.@{form-item-prefix-cls}{
&-explain-connected {
height: 0;
}
&-with-help {
margin-bottom: 0;
}
&-with-help &-explain {
min-height: @form-item-margin-bottom;
}
}