Skip to content

Instantly share code, notes, and snippets.

@mpodaniev
Created March 14, 2018 13:36
Show Gist options
  • Save mpodaniev/d17d451fad59720cd12330dc9036ddcd to your computer and use it in GitHub Desktop.
Save mpodaniev/d17d451fad59720cd12330dc9036ddcd to your computer and use it in GitHub Desktop.
Обрезка текста с добавлением окончания в виде многоточия, "…"
p {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment