diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab7bc33e5..e7b61ee892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The types of changes are: ### Changed - Simplified the file structure for HTML DSR packages [#3848](https://github.com/ethyca/fides/pull/3848) +- Changed max width of form components in "system information" form tab [#3864](https://github.com/ethyca/fides/pull/3864) ## [2.17.0](https://github.com/ethyca/fides/compare/2.16.0...2.17.0) diff --git a/clients/admin-ui/src/features/system/SystemInformationForm.tsx b/clients/admin-ui/src/features/system/SystemInformationForm.tsx index 62386aa5f6..2f9d2eef63 100644 --- a/clients/admin-ui/src/features/system/SystemInformationForm.tsx +++ b/clients/admin-ui/src/features/system/SystemInformationForm.tsx @@ -152,10 +152,10 @@ const SystemInformationForm = ({ > {({ dirty, values, isValid }) => (