File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ export const PatientDetailView = ({
560560 < TabView className = "h-full flex-col-0" >
561561 { isEditMode && (
562562 < Tab label = { translation ( 'tasks' ) } className = "h-full overflow-y-auto pr-2" >
563- < div className = "flex flex-col gap-4 pt-4 pb-24 " >
563+ < div className = "flex flex-col gap-4 pt-4" >
564564 < div className = "mb-2" >
565565 < Button
566566 startIcon = { < PlusIcon /> }
@@ -624,7 +624,7 @@ export const PatientDetailView = ({
624624 ) }
625625
626626 < Tab label = { translation ( 'patientData' ) } className = "flex-col-6 px-1 pt-4 h-full overflow-x-visible overflow-y-auto" >
627- < div className = "grid grid-cols-1 sm:grid-cols-2 gap-4 pb-24 " >
627+ < div className = "grid grid-cols-1 sm:grid-cols-2 gap-4" >
628628 < FormElementWrapper
629629 label = { translation ( 'firstName' ) }
630630 error = { firstnameError || undefined }
You can’t perform that action at this time.
0 commit comments