diff --git a/src/components/Assets/AssetManage.tsx b/src/components/Assets/AssetManage.tsx index 05eab3a4dec..0ee4f107d40 100644 --- a/src/components/Assets/AssetManage.tsx +++ b/src/components/Assets/AssetManage.tsx @@ -432,7 +432,7 @@ const AssetManage = (props: AssetManageProps) => { data-testid="asset-update-button" authorizeFor={NonReadOnlyUsers} > - + {t("update")} {asset?.asset_class && @@ -449,7 +449,7 @@ const AssetManage = (props: AssetManageProps) => { id="configure-asset" data-testid="asset-configure-button" > - + {t("configure")} )} @@ -459,10 +459,9 @@ const AssetManage = (props: AssetManageProps) => { onClick={() => setShowDeleteDialog(true)} variant="danger" data-testid="asset-delete-button" - className="inline-flex" > - - {t("delete")} + + {t("delete")} )} diff --git a/src/components/Patient/PatientConsentRecords.tsx b/src/components/Patient/PatientConsentRecords.tsx index 9850cfe0b2c..aa6f45b761c 100644 --- a/src/components/Patient/PatientConsentRecords.tsx +++ b/src/components/Patient/PatientConsentRecords.tsx @@ -219,7 +219,8 @@ export default function PatientConsentRecords(props: { onClick={fileUpload.clearFiles} disabled={fileUpload.uploading} > - + + {t("delete")} ) : (