Merge pull request #9816 from viniciusueharaweb/9703-product-description-should-have-a-pointer-cursor

Add pointer cursor when hovering a clickable product description
This commit is contained in:
Konrad
2022-10-20 10:38:46 +02:00
committed by GitHub

View File

@@ -148,6 +148,7 @@
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 0.75rem;
cursor: pointer;
}
.product-properties {