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; }