I’m trying to use CSS to use an ellipses. I tried the CSS below but it just cuts off the text instead of using an ellipses.
.template--listItem--tags {
white-space: nowrap;
width: 70%;
overflow: hidden;
text-overflow: ellipsis;
}
enter image description here
New contributor
eag is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.