Skip to content

Commit b74eef2

Browse files
authored
fix simulation buttons once and for all (#68)
1 parent a697706 commit b74eef2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/simulation/ConfirmSimulationButton.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424

2525
.button-container {
2626
display: flex;
27-
padding: 10px max(1rem, 20px);
27+
padding-top: 10px;
28+
padding-bottom: 10px;
2829
}

0 commit comments

Comments
 (0)