-
-
Notifications
You must be signed in to change notification settings - Fork 51k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: reset style when use custom Element #52170
Conversation
Run & review this pull request in StackBlitz Codeflow. |
👁 Visual Regression Report for PR #52170 Failed ❌
Important There are 1 diffs found in this PR: 🔄 1 changed.
|
WalkthroughThis pull request addresses a bug fix related to resetting styles when using custom elements in the Ant Design library. The changes ensure that default margin and padding are set to zero for flex components, which helps in maintaining consistent styling when custom elements are used. Changes
|
size-limit report 📦
|
More templates
commit: |
Bundle ReportChanges will decrease total bundle size by 6.26MB (-64.96%) ⬇️. This is within the configured threshold ✅ Detailed changes
|
Deploying ant-design with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #52170 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 763 763
Lines 13643 13643
Branches 3561 3561
=========================================
Hits 13643 13643 ☔ View full report in Codecov by Sentry. |
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log