mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix: Paragraph break-word (#38439)
This commit is contained in:
parent
5a61762681
commit
7ee9873a45
@ -6,7 +6,7 @@
|
||||
// =============== Basic ===============
|
||||
.@{typography-prefix-cls} {
|
||||
color: @text-color;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
|
||||
&&-secondary {
|
||||
color: @text-color-secondary;
|
||||
|
Loading…
Reference in New Issue
Block a user