fixed formStepper size

This commit is contained in:
Hristo Nedelkov 2024-01-05 08:46:03 +02:00
parent ac9eb307a0
commit f1f0c571b9
1 changed files with 2 additions and 1 deletions

View File

@ -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) => (