Fixed minor issues (#291)

* Fixed xss sanitizer config for checkboxes

* Fixed typo in version navigation tree href

* Fixed navigation tabs' margins with pure css

* Prettier

For some weird reason my prettier config seems to be different

Co-authored-by: Redblueflame <contact@redblueflame.com>
This commit is contained in:
apersomany
2021-08-23 19:39:03 +07:00
committed by GitHub
parent 8798340d48
commit 5ccd40f530
4 changed files with 14 additions and 12 deletions

View File

@@ -221,7 +221,7 @@ export default {
mounted() {
this.$emit('update:link-bar', [
['Versions', 'versions'],
[this.version.name, 'versions/' + this.version.id],
[this.version.name, 'version/' + this.version.id],
])
},
methods: {