Answers for "how to trim text in css"

CSS
0

css trim text

width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
Posted by: Guest on July-19-2021

Browse Popular Code Answers by Language