fix(editor): Remove body padding from storybook previews (no-changelog) (#10317)

This commit is contained in:
Mutasem Aldmour 2024-08-07 12:52:42 +02:00 committed by GitHub
parent f744d7c100
commit ee968b7163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,3 +15,7 @@
#storybook-root > * {
margin: var(--spacing-5xs);
}
body {
padding: 0 !important;
}