Skip to content

Commit

Permalink
pkp/pkp-lib#9453 Adjust the viewport height for storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
nibou230 committed Feb 21, 2024
1 parent 1313fb8 commit 67c81f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const OpenModalAccepted = {
},
decorators: [
() => ({
template: '<div style="height: 700px"><story/></div>',
template: '<div style="height: 1200px"><story/></div>',
}),
],
};
Expand All @@ -80,7 +80,7 @@ export const OpenModalDeclined = {
},
decorators: [
() => ({
template: '<div style="height: 700px"><story/></div>',
template: '<div style="height: 1200px"><story/></div>',
}),
],
};

0 comments on commit 67c81f6

Please sign in to comment.