Fix bubble behavior when user passes long text without any spaces

This commit is contained in:
sigseg5
2025-01-26 00:02:17 +03:00
parent 9525c0e7a7
commit 4512366580

View File

@@ -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;