Skip to content

Commit

Permalink
pkp/pkp-lib#9527 Tweak padding for better snapshoting
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 18, 2023
1 parent 05d18d8 commit c6e2661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const preview = {
decorators: [
(story) => ({
components: {story},
template: '<div style="margin: 10px;"><story /></div>',
template: '<div style="padding: 10px;"><story /></div>',
}),
/** Globally Available Dialog */
(story) => ({
Expand Down

0 comments on commit c6e2661

Please sign in to comment.