d
Amit DhamuSoftware Engineer
 

Append Ellipsis To Long Text

1 minute read 00000 views
p {
  width: 200px; // width must be set
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}