Skip to content

Commit c6e2661

Browse files
pkp/pkp-lib#9527 Tweak padding for better snapshoting
1 parent 05d18d8 commit c6e2661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.storybook/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const preview = {
9797
decorators: [
9898
(story) => ({
9999
components: {story},
100-
template: '<div style="margin: 10px;"><story /></div>',
100+
template: '<div style="padding: 10px;"><story /></div>',
101101
}),
102102
/** Globally Available Dialog */
103103
(story) => ({

0 commit comments

Comments
 (0)