We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa573ea commit b0a8197Copy full SHA for b0a8197
1 file changed
packages/pro-components/chat/chat-content/chat-content.less
@@ -8,7 +8,7 @@
8
9
.@{chat-content} {
10
font: @font-body-large;
11
- word-break: break-all;
+ word-break: break-word;
12
word-wrap: break-word;
13
overflow-wrap: break-word;
14
box-sizing: border-box;
@@ -42,7 +42,7 @@
42
border-radius: @radius-small;
43
}
44
45
-// 错误状态样式
+ // 错误状态样式
46
&__error {
47
color: @chat-content-error-text-color;
48
0 commit comments