diff --git a/src/components/catalog/Card.vue b/src/components/catalog/Card.vue index ff380ae..b4ef366 100644 --- a/src/components/catalog/Card.vue +++ b/src/components/catalog/Card.vue @@ -146,6 +146,7 @@ export default { padding: 0; display: flex; flex-direction: column; + min-width: 0; } .product-details-content { @@ -395,6 +396,7 @@ export default { border-right: 1px solid #e0e0e0; flex: 1; align-items: flex-start; + min-width: 0; } .product-details-content {