Comment to 'How to make multiple text rows...on homepage menu'
  • Did some digging and figured it out. To make this work, I had to add the following to the styles:

    .truncate {
    white-space: normal;
    overflow: visible;
    }