Skip to content

Commit b0a8197

Browse files
committed
fix: 英文换行时保留完整单词
1 parent aa573ea commit b0a8197

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/pro-components/chat/chat-content/chat-content.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.@{chat-content} {
1010
font: @font-body-large;
11-
word-break: break-all;
11+
word-break: break-word;
1212
word-wrap: break-word;
1313
overflow-wrap: break-word;
1414
box-sizing: border-box;
@@ -42,7 +42,7 @@
4242
border-radius: @radius-small;
4343
}
4444
}
45-
// 错误状态样式
45+
// 错误状态样式
4646
&__error {
4747
color: @chat-content-error-text-color;
4848
}

0 commit comments

Comments
 (0)