Hello,
I’m using description truncate but when i added ul list instead of paragraph my card-btn went inside ul li how to solve it ?
{{ card_product.description | truncate:400 }}
A user is experiencing a layout issue with product card descriptions in their store design.
Problem:
description truncate with an unordered list (<ul>) instead of a paragraph, the card button element is incorrectly rendering inside the <ul><li> tagsCode Context:
Status: The issue remains unresolved with no responses or solutions provided yet.
Hello,
I’m using description truncate but when i added ul list instead of paragraph my card-btn went inside ul li how to solve it ?