-
-
Notifications
You must be signed in to change notification settings - Fork 50.1k
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: Typography symbol height exceed line should also support ellipsis #47889
Conversation
Run & review this pull request in StackBlitz Codeflow. |
👁 Visual Regression Report for PR #47889 Failed ❌
Check Full Report for details |
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #47889 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 736 736
Lines 12663 12670 +7
Branches 3328 3330 +2
=========================================
+ Hits 12663 12670 +7 ☔ View full report in Codecov by Sentry. |
#47889) * fix: Typography with ellipsis of symbol height * test: update snapshot
ant-design#47889) * fix: Typography with ellipsis of symbol height * test: update snapshot
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
fix #41861
💡 Background and solution
📝 Changelog
ellipsis.symbol
exceed the single line height will make ellipsis rows not correct issue.ellipsis.symbol
超出单行高度时,省略行数不正确的问题。☑️ Self-Check before Merge