summaryrefslogtreecommitdiff
path: root/src/pages/Experiments.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-22 13:49:17 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:06:07 +0200
commitadba75ab51401ae99039376b4b64449c9a77e18d (patch)
tree0a96e8695c0af2b5cfece8f6541ae06bbdcde864 /src/pages/Experiments.js
parentd628e0ac5162bb1baeb16fcf21b688d37bbff758 (diff)
Expand navbar to full width in-app
Diffstat (limited to 'src/pages/Experiments.js')
-rw-r--r--src/pages/Experiments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/Experiments.js b/src/pages/Experiments.js
index 5985de45..c56ad5ce 100644
--- a/src/pages/Experiments.js
+++ b/src/pages/Experiments.js
@@ -28,7 +28,7 @@ class ExperimentsComponent extends React.Component {
"Experiments - OpenDC"}
>
<div className="full-height">
- <AppNavbar simulationId={this.props.simulationId} inSimulation={true}/>
+ <AppNavbar simulationId={this.props.simulationId} inSimulation={true} fullWidth={true}/>
<div className="container text-page-container full-height">
<ExperimentListContainer/>
<NewExperimentButtonContainer/>