Skip to content
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: Paragraph break-word #38439

Merged
merged 2 commits into from Nov 8, 2022
Merged

fix: Paragraph break-word #38439

merged 2 commits into from Nov 8, 2022

Conversation

tinyfind
Copy link
Contributor

@tinyfind tinyfind commented Nov 8, 2022

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

fix #38412

💡 Background and solution

修复 Typography.Paragraph在宽度较短时可能出现闪动

📝 Changelog

Language Changelog
🇺🇸 English Fix Typography.Paragraph flash issue in some situations.
🇨🇳 Chinese 修复 Typography.Paragraph 在宽度较短时可能出现闪动的问题。

☑️ Self-Check before Merge

⚠️ Please check all items below before requesting a reviewing. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link
Contributor

github-actions bot commented Nov 8, 2022

@tinyfind tinyfind changed the title Fix table fix: Paragraph break-word Nov 8, 2022
@afc163
Copy link
Member

afc163 commented Nov 8, 2022

这样修改有啥副作用么?

@tinyfind
Copy link
Contributor Author

tinyfind commented Nov 8, 2022

没有,在换行这种场景下,word-break可以代替 overflow-wrap

@afc163 afc163 merged commit 7ee9873 into ant-design:master Nov 8, 2022
elevensky pushed a commit to elevensky/ant-design that referenced this pull request Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typography.Paragraph在table中使用expandable出现无限闪烁,在column宽度较短时出现
2 participants