Skip to content

Commit 973cecc

Browse files
authored
Restored 1fr for the rows template
Restored 1fr for the rows template. While I believed it looked better before, I'd rather keep the row size across all steps.
1 parent 42939c1 commit 973cecc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scss/_stepper.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ $stepper-tokens: defaults(
6060
// scss-docs-end stepper-css-vars
6161

6262
display: grid;
63+
grid-auto-rows: 1fr;
6364
grid-auto-flow: row;
6465
gap: var(--stepper-gap);
6566
padding-inline-start: 0;

0 commit comments

Comments
 (0)