FFKL
12/21/2019 - 12:43 PM

Hidden text with ellipsis ('text...')

Hidden text with ellipsis ('text...')

div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}