fix(editor): Remove body padding from storybook previews (no-changelog) (#10317)
This commit is contained in:
@@ -15,3 +15,7 @@
|
|||||||
#storybook-root > * {
|
#storybook-root > * {
|
||||||
margin: var(--spacing-5xs);
|
margin: var(--spacing-5xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user