mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
fixed formStepper size
This commit is contained in:
parent
ac9eb307a0
commit
f1f0c571b9
@ -36,9 +36,10 @@ const FormStepper = ({ activeStep }: FormStepperProps) => {
|
||||
style={{
|
||||
fontSize: '14px',
|
||||
zIndex: 1,
|
||||
width: '100%',
|
||||
width: '1200px',
|
||||
padding: 0,
|
||||
marginBottom: '3rem',
|
||||
overflow: 'hidden',
|
||||
}}
|
||||
>
|
||||
{steps.map((step, index) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user