Browse Source

Bugfix/restrict maximum height of import activities dialog (#7047)

* Restrict maximum height

* Update changelog
pull/7053/head^2
Jorge 5 days ago
committed by GitHub
parent
commit
ebc911b9d4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.scss

1
CHANGELOG.md

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed a chart error on interaction by registering the annotation plugin early - Fixed a chart error on interaction by registering the annotation plugin early
- Fixed an issue on the allocations page where clicking an account in the _By Account_ chart did not open the detail dialog - Fixed an issue on the allocations page where clicking an account in the _By Account_ chart did not open the detail dialog
- Restricted the maximum height of the import activities dialog
## 3.11.0 - 2026-06-14 ## 3.11.0 - 2026-06-14

2
apps/client/src/app/pages/portfolio/activities/import-activities-dialog/import-activities-dialog.scss

@ -2,8 +2,6 @@
display: block; display: block;
.mat-mdc-dialog-content { .mat-mdc-dialog-content {
max-height: unset;
a { a {
color: rgba(var(--palette-primary-500), 1); color: rgba(var(--palette-primary-500), 1);
} }

Loading…
Cancel
Save