From 5bb22e840da28436b37013b685002f945159c8a8 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Wed, 8 Oct 2025 20:03:15 +0200
Subject: [PATCH] Bugfix/fix word wrap in various menus (#5691)
* Fix word wrap
* Update changelog
---
CHANGELOG.md | 6 ++++++
.../components/access-table/access-table.component.html | 8 ++++++--
.../asset-profile-dialog/asset-profile-dialog.html | 6 +++++-
.../lib/activities-table/activities-table.component.html | 2 +-
4 files changed, 18 insertions(+), 4 deletions(-)
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 @@
}
-
+