Skip to content

Instantly share code, notes, and snippets.

@jasesmith
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save jasesmith/a97a43a814bf8a43d81b to your computer and use it in GitHub Desktop.

Select an option

Save jasesmith/a97a43a814bf8a43d81b to your computer and use it in GitHub Desktop.

Revisions

  1. jasesmith renamed this gist Aug 15, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. jasesmith revised this gist Aug 15, 2015. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions test.css
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    .test {
    font-size: 2vw;
    }
  3. jasesmith revised this gist Aug 15, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions test.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    .test {
    font-size: 2vw;
    }
  4. jasesmith revised this gist Aug 15, 2015. No changes.
  5. jasesmith revised this gist Aug 15, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions ellipsis.css
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
  6. jasesmith revised this gist Aug 15, 2015. No changes.
  7. jasesmith revised this gist Aug 15, 2015. No changes.
  8. jasesmith created this gist Aug 15, 2015.
    5 changes: 5 additions & 0 deletions ellipsis.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }