diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3a9d5da..14ee704ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extended the _Storybook_ stories of the accounts table component by a loading state story - Refactored the auth page to standalone +### Fixed + +- Fixed the word wrap in the menu of the access table component +- Fixed the word wrap in the menu of the activities table component +- Fixed the word wrap in the menu of the asset profile details dialog in the admin control panel + ## 2.206.0 - 2025-10-04 ### Changed diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html index e61ee0c9e..abeda6de8 100644 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ b/apps/client/src/app/components/access-table/access-table.component.html @@ -59,12 +59,16 @@ - + @if (user?.settings?.isExperimentalFeatures) { - + diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html index 523020585..cfc0db6ce 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.html +++ b/libs/ui/src/lib/activities-table/activities-table.component.html @@ -18,7 +18,7 @@ } - +