Answers for "text-overflow ellipsis hover tooltip css"

CSS
0

text-overflow ellipsis hover tooltip css

label {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 50px;
}
<label for="x" title="Long Long Long ............... Text">
Long Long Long ............... Text
</label>
Posted by: Guest on August-30-2021

Code answers related to "text-overflow ellipsis hover tooltip css"

Browse Popular Code Answers by Language