Answers for "wrap with dots css"

CSS
7

wrap with dots css

.cut-text { 
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
Posted by: Guest on May-27-2020

Browse Popular Code Answers by Language