fix: remove name truncation, allow full product name to grow downward
This commit is contained in:
@@ -162,11 +162,6 @@ export default {
|
|||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-line-clamp: 3;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
@@ -411,7 +406,6 @@ export default {
|
|||||||
.product-name {
|
.product-name {
|
||||||
font-size: 1.15rem;
|
font-size: 1.15rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
-webkit-line-clamp: 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-description {
|
.product-description {
|
||||||
|
|||||||
Reference in New Issue
Block a user