diff --git a/src/patients/view/ImportantPatientInfo.tsx b/src/patients/view/ImportantPatientInfo.tsx
index 95a4625b10..fe89793f50 100644
--- a/src/patients/view/ImportantPatientInfo.tsx
+++ b/src/patients/view/ImportantPatientInfo.tsx
@@ -50,6 +50,7 @@ const ImportantPatientInfo = (props: Props) => {
color: 'black',
backgroundColor: 'rgba(245,245,245,1)',
fontSize: 'small',
+ padding: '10px',
}
const tableStyle: CSSProperties = {
@@ -61,9 +62,9 @@ const ImportantPatientInfo = (props: Props) => {
const addAllergyButtonStyle: CSSProperties = {
fontSize: 'small',
- position: 'absolute',
- top: '0px',
- right: '0px',
+ position: 'relative',
+ top: '5px',
+ bottom: '5px',
}
return (
@@ -138,6 +139,7 @@ const ImportantPatientInfo = (props: Props) => {