diff --git a/CHANGELOG.md b/CHANGELOG.md index 510ba51b7a..dabee53aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o - Changed "Reclassify" D&D button to show in an overflow menu when row actions are overcrowded [#5655](https://github.com/ethyca/fides/pull/5655) - Removed primary key requirements for BigQuery and Postgres erasures [#5591](https://github.com/ethyca/fides/pull/5591) - Updated `DBCache` model so setting cache value always updates the updated_at field [#5669](https://github.com/ethyca/fides/pull/5669) +- Changed sizes of buttons in table headers [#5654](https://github.com/ethyca/fides/pull/5654) ### Fixed - Fixed issue where the custom report "reset" button was not working as expected [#5649](https://github.com/ethyca/fides/pull/5649) diff --git a/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx b/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx index ffcd22dc18..94e8c3e37d 100644 --- a/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx +++ b/clients/admin-ui/src/features/common/custom-reports/CustomReportTemplates.tsx @@ -230,7 +230,6 @@ export const CustomReportTemplates = ({ > diff --git a/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx b/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx index 0f41b5f830..839a0a0c13 100644 --- a/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx +++ b/clients/admin-ui/src/features/custom-assets/CustomAssetUploadButton.tsx @@ -16,13 +16,7 @@ const CustomAssetUploadButton = ({ return ( <> - + { const AddCustomFieldButton = () => ( diff --git a/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx b/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx index 062a6c5964..7d33905dd6 100644 --- a/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx +++ b/clients/admin-ui/src/features/privacy-requests/RequestTable.tsx @@ -139,14 +139,13 @@ export const RequestTable = ({ ...props }: BoxProps): JSX.Element => { setGlobalFilter={handleSearch} placeholder="Search by request ID or identity value" /> - - diff --git a/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx b/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx index 2f7b49b0de..144fedbcdd 100644 --- a/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx +++ b/clients/admin-ui/src/features/privacy-requests/drawers/ConfigureAlerts.tsx @@ -111,7 +111,6 @@ const ConfigureAlerts = () => { <>