Explorar el Código

Fix bubble behavior when user passes long text without any spaces

sigseg5 hace 6 meses
padre
commit
4512366580
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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;