diff --git a/src/interface/desktop/chat.html b/src/interface/desktop/chat.html index df6fadab0..11ccc4667 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 09659453f..462ae05d2 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -965,7 +965,6 @@ display: inline-block; max-width: 80%; text-align: left; - white-space: pre-line; } /* color chat bubble by khoj blue */ .chat-message-text.khoj {