Skip to content

Commit 881cc92

Browse files
fix: Quick question in the opening statement, English word breaks.(#3158)
1 parent b62c79f commit 881cc92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/markdown/MdRenderer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class="problem-button mt-4 mb-4 flex"
1010
:class="sendMessage ? 'cursor' : 'disabled'"
1111
>
12-
<el-icon class="mr-8" style="margin-top: 2px;">
12+
<el-icon class="mr-8" style="margin-top: 2px">
1313
<EditPen />
1414
</el-icon>
1515
{{ item.content }}
@@ -237,7 +237,7 @@ const split_form_rander_ = (source: string, type: string) => {
237237
padding: 12px;
238238
box-sizing: border-box;
239239
color: var(--el-text-color-regular);
240-
word-break: break-all;
240+
word-break: break-word;
241241
242242
&:hover {
243243
background: var(--el-color-primary-light-9);

0 commit comments

Comments
 (0)