patch.less 291 B

1234567891011121314
  1. // Since zorro's form-item-margin-bottom doesn't currently animate, we need to fix some of the heights.
  2. .@{form-item-prefix-cls}{
  3. &-explain-connected {
  4. height: 0;
  5. }
  6. &-with-help {
  7. margin-bottom: 0;
  8. }
  9. &-with-help &-explain {
  10. min-height: @form-item-margin-bottom;
  11. }
  12. }