mirror of https://github.com/buster-so/buster.git
Update AppMarkdown.tsx
This commit is contained in:
parent
ba159f056c
commit
40fe42a657
|
@ -80,7 +80,7 @@ const AppMarkdownBase: React.FC<{
|
|||
}, []);
|
||||
|
||||
return (
|
||||
<div className={cn(styles.container, 'flex flex-col gap-1.5 leading-1.5', className)}>
|
||||
<div className={cn(styles.container, 'flex flex-col space-y-1 leading-1.5', className)}>
|
||||
<ReactMarkdown
|
||||
remarkPlugins={remarkPlugins}
|
||||
skipHtml={true}
|
||||
|
|
Loading…
Reference in New Issue