浏览代码
fix: fix chat res no blank too long caused ui problem (#116)
Joel
2 年之前
|
@@ -54,6 +54,7 @@
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
line-height: 1.5;
|
|
line-height: 1.5;
|
|
word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
|
|
+ word-break: break-all;
|
|
user-select: text;
|
|
user-select: text;
|
|
}
|
|
}
|
|
|
|
|