fix: remove name truncation, allow full product name to grow downward

This commit is contained in:
2026-05-15 13:28:44 -05:00
parent 9fd6f8306d
commit a6d3a86e33

View File

@@ -162,11 +162,6 @@ export default {
line-height: 1.3;
padding: 0;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
word-break: break-word;
max-width: 100%;
}
@@ -411,7 +406,6 @@ export default {
.product-name {
font-size: 1.15rem;
text-align: left;
-webkit-line-clamp: 2;
}
.product-description {