Skip to content

Commit

Permalink
[docs] Fix broken spacing in notifications demo on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Dec 13, 2021
1 parent 9245b4e commit 9f52536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function NotificationsDemo() {
return (
<Paper shadow="md" padding={30} radius="md">
<Demo data={NotificationDemos.root} demoProps={{ inline: true }} />
<Prism noCopy language="tsx" className={classes.prism}>
<Prism noCopy language="tsx" className={classes.prism} mt="xl">
{code}
</Prism>
</Paper>
Expand Down

0 comments on commit 9f52536

Please sign in to comment.