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 6d99bef commit 8397094
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/ImageRadioInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 8397094

Please sign in to comment.