From dbaa25104eed5c0f35281bdae41246a9fd607020 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Fri, 24 Feb 2023 09:05:42 -0500 Subject: [PATCH] Fleet UI: Wrap activity feed (#10075) --- changes/10071-wrap-long-activity-words | 1 + .../DashboardPage/cards/ActivityFeed/ActivityItem/_styles.scss | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/10071-wrap-long-activity-words diff --git a/changes/10071-wrap-long-activity-words b/changes/10071-wrap-long-activity-words new file mode 100644 index 0000000000..b79c0ffb40 --- /dev/null +++ b/changes/10071-wrap-long-activity-words @@ -0,0 +1 @@ +- Fleet UI bug: Long words in activity feed wrap within the div diff --git a/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/_styles.scss b/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/_styles.scss index 07257f00df..b9f366999f 100644 --- a/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/_styles.scss +++ b/frontend/pages/DashboardPage/cards/ActivityFeed/ActivityItem/_styles.scss @@ -38,6 +38,7 @@ &__details-topline { font-size: $x-small; + overflow-wrap: anywhere; } &__details-bottomline {