Skip to content

Commit 39feee3

Browse files
authored
Merge pull request #644 from marwyg/fix/issue-612-framing-problems-in-dialogs
Fix wizard stepper that drifts out of window
2 parents ae20e04 + 0c5a0dd commit 39feee3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/styles/components/_steps.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,15 @@
126126
background: radial-gradient(ellipse at center, rgba(238,239,240,1) 35%,rgba(146,160,171,1) 40%);
127127
}
128128
}
129+
130+
&.MuiStepper-horizontal {
131+
.MuiStep-horizontal {
132+
word-break: break-word;
133+
padding: 0;
134+
flex: 1 1 min-content;
135+
}
136+
.MuiStepButton-horizontal {
137+
padding: 24px 0;
138+
}
139+
}
129140
}

0 commit comments

Comments
 (0)