Skip to content

Commit

Permalink
Fix wizard stepper that drifts out of window
Browse files Browse the repository at this point in the history
  • Loading branch information
marwyg committed Jun 5, 2024
1 parent 0feca7b commit 8c65171
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/styles/components/_steps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,15 @@
background: radial-gradient(ellipse at center, rgba(238,239,240,1) 35%,rgba(146,160,171,1) 40%);
}
}

&.MuiStepper-horizontal {
.MuiStep-horizontal {
word-break: break-word;
padding: 0;
flex: 1 1 min-content;
}
.MuiStepButton-horizontal {
padding: 24px 0;
}
}
}

0 comments on commit 8c65171

Please sign in to comment.