Skip to content

Commit 67f557a

Browse files
committed
fixup! front: fix padding after stdcm simulation
1 parent 6ea0937 commit 67f557a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

front/src/styles/scss/applications/operationalStudies/_simulationresults.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.simulation-results {
22
position: relative;
3-
padding-bottom: 3rem;
43

54
.osrd-simulation-sticky-bar {
65
// TODO: remove the `display none` when the design has been changed

front/src/styles/scss/applications/stdcm/_results.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.stdcm-results {
22
background-color: rgb(233, 239, 242);
3-
padding: 32px 30px 32px 32px;
3+
padding: 29px 30px 32px 32px;
44
position: relative;
55

66
.simulation-navigator {

0 commit comments

Comments
 (0)