diff --git a/CHANGELOG.md b/CHANGELOG.md index 1463be4dc..e3ac74a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the historical data and search functionality for the `FINANCIAL_MODELING_PREP` data source type +### Fixed + +- Fixed the vertical alignment in the toggle component + ## 1.270.1 - 2023-05-19 ### Added diff --git a/apps/client/src/app/components/toggle/toggle.component.html b/apps/client/src/app/components/toggle/toggle.component.html index 582aa433e..fd923fdf5 100644 --- a/apps/client/src/app/components/toggle/toggle.component.html +++ b/apps/client/src/app/components/toggle/toggle.component.html @@ -1,10 +1,11 @@