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