Skip to content

Instantly share code, notes, and snippets.

@dubilla
Created April 22, 2014 19:24
Show Gist options
  • Save dubilla/11191245 to your computer and use it in GitHub Desktop.
Save dubilla/11191245 to your computer and use it in GitHub Desktop.
Ellipsis on Text Overflow
I narrowed it down:
1. The element on the right must be in the DOM before the element on the left, and have float: right
2. The element on the left must have display: block, float: none, white-space: nowrap, overflow: hidden, text-overflow: ellipsis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment