diff --git a/frontend/src/components/Inputs/CLInputs.css b/frontend/src/components/Inputs/CLInputs.css index 0e168459..cee76bbb 100644 --- a/frontend/src/components/Inputs/CLInputs.css +++ b/frontend/src/components/Inputs/CLInputs.css @@ -1,3 +1,7 @@ +.input-with-units-container { + display: flex; +} + .input-with-units { box-sizing: border-box; width: 100%; @@ -7,10 +11,6 @@ background-color: transparent; } -.input-with-units-container { - display: flex; -} - .input-units { display: flex; justify-content: center; diff --git a/frontend/src/pages/manual_entry/sections/case_planning/CasePlanning.jsx b/frontend/src/pages/manual_entry/sections/case_planning/CasePlanning.jsx index 91af278c..bb8fca65 100644 --- a/frontend/src/pages/manual_entry/sections/case_planning/CasePlanning.jsx +++ b/frontend/src/pages/manual_entry/sections/case_planning/CasePlanning.jsx @@ -18,37 +18,37 @@ export const CasePlanning = () => { Operative Notes - + CPB - + - + - + XC - + - + - + CA - + - + diff --git a/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.css b/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.css index 7b12a0be..4a5ccc1e 100644 --- a/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.css +++ b/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.css @@ -1,9 +1,12 @@ .input-with-arrow-button-container { display: flex; - flex-direction: row; gap: 8px; } +.input-with-units-flex-container { + flex: 1; +} + .arrows-icon-button { display: flex; justify-content: center; diff --git a/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.jsx b/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.jsx index 85e5e786..95953269 100644 --- a/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.jsx +++ b/frontend/src/pages/manual_entry/sections/examinations_and_investigations/ExaminationsAndInvestigations.jsx @@ -144,7 +144,9 @@ const WeightSection = () => { return ( - + + + @@ -169,19 +171,23 @@ const HeightSection = () => { { units === METRIC && - + + + } { units === IMPERIAL && ( - - - - - - - - + + + + + + + + + + ) }
Operative Notes
CPB
XC
CA