diff --git a/src/App.js b/src/App.js index 7efb1f91..88c4b328 100644 --- a/src/App.js +++ b/src/App.js @@ -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 () {