Skip to content

Commit 5ddd89b

Browse files
committed
remove bottom padding for patients
1 parent b12a2b9 commit 5ddd89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/components/patients/PatientDetailView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)