From d552f2aaab54a0e57d0773e874b7f8a3d99f4811 Mon Sep 17 00:00:00 2001
From: Kenrick Tandrian <60643640+KenTandrian@users.noreply.github.com>
Date: Thu, 9 Apr 2026 23:06:45 +0700
Subject: [PATCH] Bugfix/implement text-nowrap for activity type badge (#6705)
* Implement text-nowrap
* Update changelog
---
CHANGELOG.md | 4 ++++
libs/ui/src/lib/activity-type/activity-type.component.html | 4 +++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53a358dd6..2ebab8184 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the asset profile details dialog in the admin control panel to support editing countries for all asset types
- Extended the asset profile details dialog in the admin control panel to support editing sectors for all asset types
+### Fixed
+
+- Improved the style of the activity type component
+
## 2.253.0 - 2026-03-06
### Added
diff --git a/libs/ui/src/lib/activity-type/activity-type.component.html b/libs/ui/src/lib/activity-type/activity-type.component.html
index fe5ecfa01..973ae22e7 100644
--- a/libs/ui/src/lib/activity-type/activity-type.component.html
+++ b/libs/ui/src/lib/activity-type/activity-type.component.html
@@ -20,5 +20,7 @@
} @else if (activityType === 'SELL') {
}
- {{ activityTypeLabel }}
+
+ {{ activityTypeLabel }}
+