Skip to content

Commit

Permalink
front: small improvements on scenario page
Browse files Browse the repository at this point in the history
Signed-off-by: Clara Ni <clara.ni@outlook.fr>
  • Loading branch information
clarani committed Oct 21, 2024
1 parent b15f237 commit 7a2c127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const SimulationResults = ({

{/* TRAIN : SPACE SPEED CHART */}
{selectedTrainRollingStock && trainSimulation && pathProperties && selectedTrainSchedule && (
<div className="osrd-simulation-container d-flex mb-2 speedspacechart-container">
<div className="osrd-simulation-container speedspacechart-container">
<div
className="chart-container"
style={{
Expand All @@ -202,7 +202,7 @@ const SimulationResults = ({
pathProperties &&
operationalPoints &&
infraId && (
<div className="osrd-simulation-container mb-2">
<div className="osrd-simulation-container mb-4">
<TimesStopsOutput
simulatedTrain={trainSimulation}
pathProperties={pathProperties}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@
border-radius: 4px;

&.speedspacechart-container {
display: flex;
background-color: rgb(247, 246, 238);
margin-bottom: 28px;
}
}

Expand Down

0 comments on commit 7a2c127

Please sign in to comment.