Skip to content

Commit

Permalink
style: change gray div height
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Nov 26, 2020
1 parent 5c7fd26 commit 1586891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const DefaultComponent = () => ({
}
},
template: `<div>
<div style="height:2500px;width:100vw;background:gray">&nbsp;</div>
<div style="height:1000px;width:100vw;background:gray">&nbsp;</div>
<vue-image-kit
:hash="hash"
:src="src"
Expand Down

0 comments on commit 1586891

Please sign in to comment.