fixed formStepper size
This commit is contained in:
parent
ac9eb307a0
commit
f1f0c571b9
|
@ -36,9 +36,10 @@ const FormStepper = ({ activeStep }: FormStepperProps) => {
|
||||||
style={{
|
style={{
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
width: '100%',
|
width: '1200px',
|
||||||
padding: 0,
|
padding: 0,
|
||||||
marginBottom: '3rem',
|
marginBottom: '3rem',
|
||||||
|
overflow: 'hidden',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{steps.map((step, index) => (
|
{steps.map((step, index) => (
|
||||||
|
|
Loading…
Reference in New Issue