Add default option back to prevent default looking weird

Signed-off-by: Not Sam <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2021-11-20 13:21:00 -05:00
parent 5333a6b6f2
commit 132db595f4

View file

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