-
-
Notifications
You must be signed in to change notification settings - Fork 51.3k
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: Layout.Sider content overflow when collapsedWidth={0} #52862
Conversation
|
👁 Visual Regression Report for PR #52862 Passed ✅
🎊 Congrats! No visual-regression diff found. ![]() |
size-limit report 📦
|
Bundle ReportChanges will increase total bundle size by 38 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: antd.min-array-pushAssets Changed:
|
More templates
commit: |
1ceac97
to
48a1781
Compare
Deploying ant-design with
|
Latest commit: |
a218db8
|
Status: | ✅ Deploy successful! |
Preview URL: | https://3c28f269.ant-design.pages.dev |
Branch Preview URL: | https://fix-layout-sider-overflow.ant-design.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #52862 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 767 767
Lines 13846 13846
Branches 3628 3628
=========================================
Hits 13846 13846 ☔ View full report in Codecov by Sentry. |
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
close #52674
close #52853
💡 Background and Solution
之前的一系列改动让
ant-design/components/layout/style/sider.ts
Lines 73 to 75 in 080f780
📝 Change Log
collapsedWidth={0}
.collapsedWidth={0}
时的内容溢出的问题。