Browse Source

Fix bubble behavior when user passes long text without any spaces

sigseg5 5 months ago
parent
commit
4512366580
1 changed files with 6 additions and 0 deletions
  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;