mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix(editor): Remove body padding from storybook previews (no-changelog) (#10317)
This commit is contained in:
parent
f744d7c100
commit
ee968b7163
|
@ -15,3 +15,7 @@
|
|||
#storybook-root > * {
|
||||
margin: var(--spacing-5xs);
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue