Skip to content

Commit

Permalink
pkp/pkp-lib#9527 Adjust default view port to get full desktop layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 18, 2023
1 parent c6e2661 commit 35644d2
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 @@ -142,7 +142,7 @@ const preview = {
},
viewport: {
viewports: {
large: {name: 'Large', styles: {width: '1024px', height: '1000px'}},
large: {name: 'Large', styles: {width: '1200px', height: '1000px'}},
/** For scrollable scenarios */
largeHeight: {
name: 'Large',
Expand Down

0 comments on commit 35644d2

Please sign in to comment.