Skip to content

Commit

Permalink
fix: support markdown breakline
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Dec 31, 2023
1 parent b70c214 commit 50b1fc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/styles/components/message.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.message {
@apply text-black dark:text-gray-300;
white-space: pre-line;

ul,
ol {
list-style: auto;
Expand All @@ -10,3 +12,7 @@
button[class*='react-scroll-to-bottom--'] {
display: none;
}

.code-block {
white-space: normal;
}

0 comments on commit 50b1fc5

Please sign in to comment.