fix: support markdown breakline
This commit is contained in:
parent
b70c21490e
commit
50b1fc56a2
@ -1,5 +1,7 @@
|
||||
.message {
|
||||
@apply text-black dark:text-gray-300;
|
||||
white-space: pre-line;
|
||||
|
||||
ul,
|
||||
ol {
|
||||
list-style: auto;
|
||||
@ -10,3 +12,7 @@
|
||||
button[class*='react-scroll-to-bottom--'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.code-block {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user