Skip to content

Commit 35644d2

Browse files
pkp/pkp-lib#9527 Adjust default view port to get full desktop layouts
1 parent c6e2661 commit 35644d2

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
@@ -142,7 +142,7 @@ const preview = {
142142
},
143143
viewport: {
144144
viewports: {
145-
large: {name: 'Large', styles: {width: '1024px', height: '1000px'}},
145+
large: {name: 'Large', styles: {width: '1200px', height: '1000px'}},
146146
/** For scrollable scenarios */
147147
largeHeight: {
148148
name: 'Large',

0 commit comments

Comments
 (0)