-
-
Notifications
You must be signed in to change notification settings - Fork 49.8k
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: Collapse expandIconPosition="right" not working #30680
Conversation
Signed-off-by: dehong <dehong@xsky.com>
Codecov Report
@@ Coverage Diff @@
## master #30680 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 397 397
Lines 7544 7544
Branches 2112 2112
=========================================
Hits 7544 7544 Continue to review full report at Codecov.
|
right: @padding-md; | ||
left: auto; | ||
margin: 0 0 0 12px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
margin: 0 0 0 12px; | |
margin: 0; |
when it'll get released ?? |
This weekend, probably Sunday or Monday. |
Signed-off-by: dehong dehong@xsky.com
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
close #30668
💡 Background and solution
📝 Changelog
expandIconPosition="right"
not working.☑️ Self Check before Merge