Display Full Product Titles
If you have long product titles, they might not show completely on the catalog page. If you’d like your store to always display the full product title, add the code below anywhere on your page.
<style>
.mi-store-product .mi-store-product-title,
.mi-store-product h1.mi-store-product-title {
overflow: visible;
white-space: initial;
}
<style>