diff --git a/src/interface/desktop/chat.html b/src/interface/desktop/chat.html index 41e185d1..82ab0f16 100644 --- a/src/interface/desktop/chat.html +++ b/src/interface/desktop/chat.html @@ -679,7 +679,6 @@ .chat-message.you { margin-right: auto; text-align: right; - white-space: pre-line; } /* basic style chat message text */ .chat-message-text { @@ -696,7 +695,6 @@ color: var(--primary-inverse); background: var(--primary); margin-left: auto; - white-space: pre-line; } /* Spinner symbol when the chat message is loading */ .spinner { diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index 7ca51fcc..641c983e 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -802,7 +802,6 @@ To get started, just start typing below. You can also type / to see a list of co .chat-message.you { margin-right: auto; text-align: right; - white-space: pre-line; } /* basic style chat message text */ .chat-message-text { @@ -819,7 +818,6 @@ To get started, just start typing below. You can also type / to see a list of co color: var(--primary-inverse); background: var(--primary); margin-left: auto; - white-space: pre-line; } /* Spinner symbol when the chat message is loading */ .spinner {