소스 검색

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;