From fc4b57d9f644c6c6a23bf49ba3bbea898d26c14a Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 29 Jan 2024 18:29:54 +0530 Subject: [PATCH] Revert styling for white-space pre-line in the chat views as it looks bad --- src/interface/desktop/chat.html | 1 - src/khoj/interface/web/chat.html | 1 - 2 files changed, 2 deletions(-) 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 {