DEV Community

Discussion on: Responsive text truncation with CSS

Collapse
 
adrianbdesigns profile image
Adrian Bece

I totally understand that. I usually went with max-height and hidden overflow on IE for multi-line text because the project I worked on was super-bloated with JS (due to the framework being JS-heavy) and didn't want to add more just for IE.