diff --git a/src/App.css b/src/App.css index 54e53cf..c6e272b 100644 --- a/src/App.css +++ b/src/App.css @@ -12,7 +12,7 @@ .collapsable-form-style-form7 .MuiInputBase-root { width: 400px !important; - margin: 5%; + margin: 3%; height: 50px } @@ -30,7 +30,7 @@ } .collapsable-form-style-form7 label { - padding: 20px; + padding: 13px; } .collapsable-form-style-radioButtons{ diff --git a/src/Components/PatientForm/PatientForm.tsx b/src/Components/PatientForm/PatientForm.tsx index 19e1735..6179abd 100644 --- a/src/Components/PatientForm/PatientForm.tsx +++ b/src/Components/PatientForm/PatientForm.tsx @@ -109,7 +109,7 @@ export default function PatientForm(){ <>
- +
Confidential Patient Information diff --git a/src/Components/PatientForm/RecreationalHobbiesSection7.tsx b/src/Components/PatientForm/RecreationalHobbiesSection7.tsx index dd75e82..1fc157a 100644 --- a/src/Components/PatientForm/RecreationalHobbiesSection7.tsx +++ b/src/Components/PatientForm/RecreationalHobbiesSection7.tsx @@ -105,6 +105,7 @@ export default function RecreationalHobbiesSection7(){