瀏覽代碼

Fix bubble behavior when user passes long text without any spaces

sigseg5 6 月之前
父節點
當前提交
4512366580
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      exo/tinychat/index.css

+ 6 - 0
exo/tinychat/index.css

@@ -157,6 +157,12 @@ main {
   background-color: var(--primary-color);
   color: #000;
 }
+
+.message-role-user p {
+  white-space: pre-wrap;
+  word-wrap: break-word;
+}
+
 .download-progress {
   position: fixed;
   bottom: 11rem;