From f01c901445bd59f3f81753cb283f5f85fdc71ee7 Mon Sep 17 00:00:00 2001 From: Pulsar Programmer Date: Mon, 16 Feb 2026 12:15:05 -0500 Subject: [PATCH] Collection descriptions can get out of the collection's box (#5380) * Collection descriptions can get out of the collection's box Fixes #2281 * Update apps/frontend/src/pages/dashboard/collections.vue Signed-off-by: Calum H. --------- Signed-off-by: Calum H. Co-authored-by: Calum H. --- apps/frontend/src/pages/collection/[id].vue | 2 +- apps/frontend/src/pages/dashboard/collections.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/pages/collection/[id].vue b/apps/frontend/src/pages/collection/[id].vue index 3da429f07..219affc49 100644 --- a/apps/frontend/src/pages/collection/[id].vue +++ b/apps/frontend/src/pages/collection/[id].vue @@ -220,7 +220,7 @@ v-if="collection.description" :title="formatMessage(commonMessages.descriptionLabel)" > -

{{ collection.description }}

+

{{ collection.description }}

{ .description { color: var(--color-secondary); font-size: var(--font-size-sm); + + word-break: break-word; } .stat-bar {