Answers for "add ellipsis to text css"

CSS
32

text overflow ellipsis css

div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
Posted by: Guest on May-01-2020
0

hiding text css and leaving whitespace

visibility: hidden;
Posted by: Guest on January-16-2021

Browse Popular Code Answers by Language