Fix rendering text in chat messages with bulleted lists

Improves #789
This commit is contained in:
Debanjum Singh Solanky
2024-06-01 10:51:22 +05:30
parent 7a93599fe8
commit 7fb7f200b3

View File

@@ -116,7 +116,7 @@ If your plugin does not need CSS, delete this file.
.khoj-chat-message-text ul,
.khoj-chat-message-text ol {
margin: -20px 0 0;
margin: 0px 0 0;
}
.khoj-chat-message-text ol li {
white-space: normal;