wizard999
10/14/2019 - 2:28 AM

truncate css

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