Set chat-message height to height of content in web, desktop

In some cases, especially with image generation requests, this was
causing the chat messages to overlap in the chat UI
This commit is contained in:
Debanjum Singh Solanky
2024-04-23 10:58:04 +05:30
parent 60658a8037
commit 4d5d3e6433
2 changed files with 4 additions and 0 deletions

View File

@@ -1395,11 +1395,13 @@
.chat-message.khoj {
margin-left: auto;
text-align: left;
height: fit-content;
}
/* move message by you to right */
.chat-message.you {
margin-right: auto;
text-align: right;
height: fit-content;
}
/* basic style chat message text */
.chat-message-text {