Skip to content

Commit

Permalink
fix(editor): Remove body padding from storybook previews (no-changelo…
Browse files Browse the repository at this point in the history
…g) (#10317)
  • Loading branch information
mutdmour authored Aug 7, 2024
1 parent f744d7c commit ee968b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/design-system/.storybook/storybook.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
#storybook-root > * {
margin: var(--spacing-5xs);
}

body {
padding: 0 !important;
}

0 comments on commit ee968b7

Please sign in to comment.