Browse Source
* fix: remove legacy ant-legacy-form-item CSS class references Replace all `.ant-legacy-form-item` selectors with `.ant-form-item` in StandardFormRow, advanced-form, and account settings styles. These legacy class names were removed in antd v6. Closes #11814 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix: replace ant-form-item-control-wrapper with ant-form-item-control The `.ant-form-item-control-wrapper` class was removed in antd v4+. The correct class is `.ant-form-item-control`. Three files were still referencing the legacy class name. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>pull/11855/head
committed by
GitHub
3 changed files with 12 additions and 12 deletions
Loading…
Reference in new issue