Text truncating in css

PHOTO EMBED

Mon Apr 25 2022 08:52:48 GMT+0000 (Coordinated Universal Time)

Saved by @B6i #css

.paragraph {
  whitespace: no-break;
  text-overflow: ellipsis;
  width: 100px;
}
content_copyCOPY