Answers for "span max characters"

0

span max characters

.text {
  display: block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
Posted by: Guest on January-20-2021

Browse Popular Code Answers by Language