diff --git a/frontend/src/components/addOrder/PatientInfo.js b/frontend/src/components/addOrder/PatientInfo.js index 20c8b093b..536faa073 100644 --- a/frontend/src/components/addOrder/PatientInfo.js +++ b/frontend/src/components/addOrder/PatientInfo.js @@ -112,7 +112,7 @@ const PatientInfo = (props) => { {newPatientTab.active && ( <> {rows.map((row) => ( - + {row.cells.map((cell) => renderCell(cell, row), )} diff --git a/frontend/src/index.css b/frontend/src/index.css index 3d6c7d3be..ed462f2b8 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,8 +1,8 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", - "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", - sans-serif; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", + "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", + "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }