From ff202538cf207d8b695a5aefdc0e554dfabc7dd4 Mon Sep 17 00:00:00 2001 From: provira Date: Mon, 5 May 2025 06:50:20 +0200 Subject: [PATCH] fix: refs #8863 avoid item name cutting --- src/components/ui/CatalogItem.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ui/CatalogItem.vue b/src/components/ui/CatalogItem.vue index 550429efd..f5698f8b9 100644 --- a/src/components/ui/CatalogItem.vue +++ b/src/components/ui/CatalogItem.vue @@ -133,7 +133,6 @@ const card = toRef(props, 'item'); display: flex; flex-direction: column; gap: 4px; - white-space: nowrap; width: 192px; p { margin-bottom: 0;