Skip to content

Commit 1586891

Browse files
committed
style: change gray div height
1 parent 5c7fd26 commit 1586891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/index.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const DefaultComponent = () => ({
115115
}
116116
},
117117
template: `<div>
118-
<div style="height:2500px;width:100vw;background:gray">&nbsp;</div>
118+
<div style="height:1000px;width:100vw;background:gray">&nbsp;</div>
119119
<vue-image-kit
120120
:hash="hash"
121121
:src="src"

0 commit comments

Comments
 (0)