Skip to content

Commit

Permalink
fix(client/markdown): allow line breaks in rendered markdown content (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev authored Oct 23, 2024
1 parent 784b853 commit 21ec323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/Markdown/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Markdown({ children, className, rawEnabled }) {
return (
<div
className={cn(
'markdown prose max-w-5xl min-w-[0px] dark:prose-invert',
'markdown break-words prose max-w-5xl min-w-[0px] dark:prose-invert',
'prose-blockquote:border-l-primary prose-blockquote:text-tertiary',
'prose-li:marker:text-tertiary',
'prose-thead:border-b-[rgba(var(--bg-quaternary))] prose-tr:border-b-[rgba(var(--bg-tertiary))]',
Expand Down

0 comments on commit 21ec323

Please sign in to comment.