Skip to content

Commit 8c65171

Browse files
committed
Fix wizard stepper that drifts out of window
1 parent 0feca7b commit 8c65171

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/styles/components/_steps.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,15 @@
110110
background: radial-gradient(ellipse at center, rgba(238,239,240,1) 35%,rgba(146,160,171,1) 40%);
111111
}
112112
}
113+
114+
&.MuiStepper-horizontal {
115+
.MuiStep-horizontal {
116+
word-break: break-word;
117+
padding: 0;
118+
flex: 1 1 min-content;
119+
}
120+
.MuiStepButton-horizontal {
121+
padding: 24px 0;
122+
}
123+
}
113124
}

0 commit comments

Comments
 (0)