JiveDig
12/12/2013 - 3:48 PM

Truncate (cut-off) text with Ellispis

Truncate (cut-off) text with Ellispis

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}