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;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user