Cropping description for listing category blocks showing in the home page

Please try this CSS snippet

.hp-listing-categories .hp-listing-category__description{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
1 Like