updated css comment · ericdrowell/Pure
Pure CSS Muiltiline Ellipsis. No JavaScript! Cross Browser Compatible! You're welcome.
Given an element with a specific height, and overflow: hidden, you can add text-overflow: ellipsis. BUT, it won't work properly without also adding white-space: nowrap. This is because you need to define your text to not automatically break to flow within the bounds of your element, in our case a div:.