diff --git a/src/interface/desktop/chat.html b/src/interface/desktop/chat.html
index df6fadab..11ccc466 100644
--- a/src/interface/desktop/chat.html
+++ b/src/interface/desktop/chat.html
@@ -892,7 +892,6 @@
display: inline-block;
max-width: 80%;
text-align: left;
- white-space: pre-line;
}
/* color chat bubble by khoj blue */
.chat-message-text.khoj {
diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html
index 09659453..462ae05d 100644
--- a/src/khoj/interface/web/chat.html
+++ b/src/khoj/interface/web/chat.html
@@ -965,7 +965,6 @@ To get started, just start typing below. You can also type / to see a list of co
display: inline-block;
max-width: 80%;
text-align: left;
- white-space: pre-line;
}
/* color chat bubble by khoj blue */
.chat-message-text.khoj {