mirror of
https://github.com/exo-explore/exo.git
synced 2025-10-23 02:57:14 +03:00
Fix bubble behavior when user passes long text without any spaces
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user