Skip to content

Commit

Permalink
fix: hr spacing in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Mar 27, 2024
1 parent a1648be commit 1cc1a5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/components/MarkdownContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ export function MarkdownContainer({
p: 4,
font: '12px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace',
},
hr: {
my: 18,
},
}}>
<Markdown
remarkPlugins={[remarkGfm, remarkGemoji]}
Expand Down

1 comment on commit 1cc1a5c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.