Created
April 22, 2014 19:24
-
-
Save dubilla/11191245 to your computer and use it in GitHub Desktop.
Ellipsis on Text Overflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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