File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export const Steps = () => {
1616
1717 return (
1818 < >
19- < ModalHeader >
19+ < ModalHeader display = { [ "none" , "none" , "block" ] } >
2020 < Stepper activeStep = { activeStep } checkIcon = { CheckIcon } >
2121 { steps . map ( ( key ) => (
2222 < Step label = { translations [ key ] . title } key = { key } />
Original file line number Diff line number Diff line change @@ -113,9 +113,9 @@ export const ValidationStep = <T extends string>({ initialData }: Props<T>) => {
113113 } }
114114 />
115115 < ModalBody pb = { 0 } >
116- < Box display = "flex" justifyContent = "space-between" alignItems = "center" mb = "2rem" >
116+ < Box display = "flex" justifyContent = "space-between" alignItems = "center" mb = "2rem" flexWrap = "wrap" gap = "8px" >
117117 < Heading sx = { styles . heading } > { translations . validationStep . title } </ Heading >
118- < Box display = "flex" gap = "16px" alignItems = "center" >
118+ < Box display = "flex" gap = "16px" alignItems = "center" flexWrap = "wrap" >
119119 < Button variant = "outline" size = "sm" onClick = { deleteSelectedRows } >
120120 { translations . validationStep . discardButtonTitle }
121121 </ Button >
You can’t perform that action at this time.
0 commit comments