RsD0p9BK
8/26/2015 - 7:31 AM

max-lines.css

.max-lines {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
}

/* where max-height: = line-height: × <number-of-lines> in em */
/* http://stackoverflow.com/questions/3922739/limit-text-length-to-n-lines-using-css */