diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb75a2a9..d3b1fa120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added support for a date range query parameter in the data gathering endpoint - Added a _Storybook_ story for the activities table component +### Changed + +- Improved the spacing around the buttons in the holding detail dialog + ## 2.206.0 - 2025-10-04 ### Changed diff --git a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.scss b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.scss index 02f5d58a1..50b8db3fe 100644 --- a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.scss +++ b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.component.scss @@ -8,5 +8,9 @@ aspect-ratio: 16 / 9; margin: 0 -0.5rem; } + + .button-container { + gap: 0.5rem; + } } } diff --git a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html index 08dd05e4b..201b0b899 100644 --- a/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html +++ b/apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html @@ -424,33 +424,34 @@ (dataSource?.data.length > 0 && data.hasPermissionToReportDataGlitch === true) ) { +