Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. .class {
  2. white-space: nowrap;
  3. text-overflow: ellipsis;
  4. width: calc(100%);
  5. overflow: hidden;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement