Kaynağa Gözat

Fix bubble behavior when user passes long text without any spaces

sigseg5 6 ay önce
ebeveyn
işleme
4512366580
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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;