Created
July 21, 2020 16:18
-
-
Save AleksandrChukhray/ab3d787253ab47298d080369df4f7b73 to your computer and use it in GitHub Desktop.
Three dots on the end of line
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
| .three-dots { | |
| text-overflow: ellipsis; | |
| white-space: nowrap; | |
| overflow: hidden; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment