From aebc60c3e65f0db1a99de4c756ed2ee999eba694 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 5 Mar 2025 08:59:00 +0000 Subject: [PATCH] fix: style when item is too long --- src/components/ui/CatalogItem.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ui/CatalogItem.vue b/src/components/ui/CatalogItem.vue index 7806562b2..0ae890e37 100644 --- a/src/components/ui/CatalogItem.vue +++ b/src/components/ui/CatalogItem.vue @@ -132,7 +132,8 @@ const card = toRef(props, 'item'); display: flex; flex-direction: column; gap: 4px; - + white-space: nowrap; + width: 192px; p { margin-bottom: 0; }