Created
June 29, 2020 11:34
-
-
Save akther80/603a3db861008c35c5147f5fa20111da to your computer and use it in GitHub Desktop.
Cartzilla- Woocommerce product title in a single line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.product-title { | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment