Layout changes

This commit is contained in:
Scott E. Graves
2018-11-03 12:39:03 -05:00
parent 21b50d48b5
commit cc8fc6f05c
4 changed files with 5 additions and 5 deletions

View File

@@ -683,7 +683,7 @@ class App extends Component {
if (allowMount) {
mainContent.push((
<div key={'md_' + key++}
style={{height: '28%'}}>
style={{height: '66%'}}>
<MountItems allowConfig={allowConfig}
autoMountChanged={this.handleAutoMountChanged}
autoMountProcessed={this.notifyAutoMountProcessed}