Fix column size
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
8e71f0a093
commit
285ffabdf3
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue