Commit 3d06964c by wangdonghong

fix

parent f8c39bf5
...@@ -1609,6 +1609,18 @@ footer{ ...@@ -1609,6 +1609,18 @@ footer{
width: 100%; width: 100%;
display: inline-block; display: inline-block;
} }
.cart.table-wrapper .product-item-details{max-width:100px;}
.cart.table-wrapper .product-item-details .product-item-name a{
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
cursor: pointer;
width: 100%;
display: inline-block;
color: #222222;
font-family: Outfit-Regular;
font-size: 12px;
}
} }
//.product-items .product-item-photo:hover { //.product-items .product-item-photo:hover {
// transform: scale(1.02); // transform: scale(1.02);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment