Skip to content

Commit

Permalink
stepper: fix the height
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYanJin committed Dec 13, 2023
1 parent 71dcdb6 commit cc18d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/steppers/Stepper.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Stepper: Stepper = ({ steps }) => {

return (
<StepperContext.Provider value={{ next, prev }}>
<Box display={'flex'} gap={32} padding={32} flex={1}>
<Box display={'flex'} gap={32} padding={32} flex={1} height={'100%'}>>

Check failure on line 49 in src/lib/components/steppers/Stepper.component.tsx

View workflow job for this annotation

GitHub Actions / tests

Unexpected token. Did you mean `{'>'}` or `&gt;`?

<Steppers
activeStep={stepProps.step}
Expand Down

0 comments on commit cc18d91

Please sign in to comment.