Skip to content

Commit

Permalink
Compatibility with 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainjule committed Nov 23, 2021
1 parent 04766be commit d2a770e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/input/ImageBoxesInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
},
computed: {
padding() {
return 'padding-top:'+ this.$helper.ratio(this.ratio, 'auto', false)
return 'padding-top:'+ this.$helper.ratio(this.ratio, 'auto', true)
}
}
}
Expand Down

0 comments on commit d2a770e

Please sign in to comment.