Skip to content

Instantly share code, notes, and snippets.

@adrianorsouza
Created March 29, 2020 15:17
Show Gist options
  • Select an option

  • Save adrianorsouza/9610397a97df952504e36603e20dc1bc to your computer and use it in GitHub Desktop.

Select an option

Save adrianorsouza/9610397a97df952504e36603e20dc1bc to your computer and use it in GitHub Desktop.

Revisions

  1. adrianorsouza created this gist Mar 29, 2020.
    8 changes: 8 additions & 0 deletions text-overflow-ellipsis.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    .title {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: auto;
    overflow: hidden;
    }