always nice to do this stuff with just css
Created
February 12, 2015 04:41
-
-
Save mvargasmoran/92d248b1cd4600a9206d to your computer and use it in GitHub Desktop.
Playing with ellipsis
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
p Lorem ipsum is too long dolor sit amet, consectetur adipisicing elit. Eum cum vel, quas quam doloribus quae repudiandae quaerat dolor velit iure deleniti earum excepturi mollitia numquam, assumenda adipisci. In, aspernatur, facere! | |
p Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt tempora explicabo deserunt nemo nostrum delectus error fuga labore dolorum libero, corporis ullam illo inventore architecto totam ab quae repellendus non. |
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
@import "bourbon" | |
p | |
width: 250px | |
border: 1px solid hotpink | |
padding: 1em | |
height: 1em | |
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