Fix column size

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-01-22 14:14:31 -06:00
parent 8e71f0a093
commit 285ffabdf3
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -91,7 +91,7 @@ export default {
},
fullscreenView () {
return {
'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : '100em'
'max-width': this.$store.getters.mergedConfig.fullscreenView ? 'initial' : null
}
},
thirdColumnAlign () {