diff options
Diffstat (limited to 'src/pages/App.js')
| -rw-r--r-- | src/pages/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/App.js b/src/pages/App.js index 8f46156b..583b9476 100644 --- a/src/pages/App.js +++ b/src/pages/App.js @@ -55,7 +55,7 @@ class AppComponent extends React.Component { title={this.props.simulationName ? this.props.simulationName + " - OpenDC" : "Simulation - OpenDC"} > <div className="page-container full-height"> - <AppNavbar simulationId={this.props.simulationId} inSimulation={true}/> + <AppNavbar simulationId={this.props.simulationId} inSimulation={true} fullWidth={true}/> {this.props.datacenterIsLoading ? <div className="full-height d-flex align-items-center justify-content-center"> <LoadingScreen/> |
