steevehook
7/31/2018 - 7:37 AM

elipsis text

Make elipsis on text when too big

.elipsis {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}