fix: Paragraph break-word (#38439)

This commit is contained in:
tinyfind 2022-11-08 20:26:26 +08:00 committed by GitHub
parent 5a61762681
commit 7ee9873a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
// =============== Basic =============== // =============== Basic ===============
.@{typography-prefix-cls} { .@{typography-prefix-cls} {
color: @text-color; color: @text-color;
overflow-wrap: break-word; word-break: break-word;
&&-secondary { &&-secondary {
color: @text-color-secondary; color: @text-color-secondary;