From 3cc25014c7e29cf9a4199609e0e6e97f23f879aa Mon Sep 17 00:00:00 2001
From: Tangjinxia <1119518763@qq.com>
Date: Wed, 14 Apr 2021 14:17:45 +0800
Subject: [PATCH] =?UTF-8?q?BI-85146=20fix:=E7=BC=96=E8=BE=91=E6=A1=86?=
 =?UTF-8?q?=E6=8D=A2=E8=A1=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/less/base/single/editor/editor.textarea.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/less/base/single/editor/editor.textarea.less b/src/less/base/single/editor/editor.textarea.less
index 159e8aa5fc..a95850abb0 100644
--- a/src/less/base/single/editor/editor.textarea.less
+++ b/src/less/base/single/editor/editor.textarea.less
@@ -4,6 +4,7 @@
   .overflow-hidden();
   & .textarea-editor-content {
     white-space: pre-wrap;
+    word-break: break-all;
     font-size: @font-size-12;
     line-height: 21px;
     & {