mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Remove whitespace: pre-line from chat html, since markdown rendering
This commit is contained in:
parent
b484795b8e
commit
3e252036c3
2 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue