Remove whitespace: pre-line from chat html, since markdown rendering

This commit is contained in:
Debanjum Singh Solanky 2023-11-26 00:27:29 -08:00
parent b484795b8e
commit 3e252036c3
2 changed files with 0 additions and 4 deletions

View file

@ -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 {

View file

@ -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 {