mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-30 19:03:01 +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 {
|
.chat-message.you {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* basic style chat message text */
|
/* basic style chat message text */
|
||||||
.chat-message-text {
|
.chat-message-text {
|
||||||
|
@ -696,7 +695,6 @@
|
||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* Spinner symbol when the chat message is loading */
|
/* Spinner symbol when the chat message is loading */
|
||||||
.spinner {
|
.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 {
|
.chat-message.you {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* basic style chat message text */
|
/* basic style chat message text */
|
||||||
.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);
|
color: var(--primary-inverse);
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
white-space: pre-line;
|
|
||||||
}
|
}
|
||||||
/* Spinner symbol when the chat message is loading */
|
/* Spinner symbol when the chat message is loading */
|
||||||
.spinner {
|
.spinner {
|
||||||
|
|
Loading…
Reference in a new issue