diff --git a/CHANGELOG.md b/CHANGELOG.md index 817041403..431e8299d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Improved the chart size in the asset profile details dialog of the admin control - Updated the `docker compose` instructions to _Compose V2_ in the documentation ### Fixed diff --git a/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.scss b/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.scss index e8d81c22a..8121fc119 100644 --- a/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.scss +++ b/apps/client/src/app/components/admin-market-data-detail/admin-market-data-detail.component.scss @@ -4,6 +4,10 @@ display: block; font-size: 0.9rem; + gf-line-chart { + aspect-ratio: 16/9; + } + .date { font-feature-settings: 'tnum'; font-variant-numeric: tabular-nums;