Ellipsis overflow in input

by Slava Fomin II

HTML

<input value="a very very long string of text">

CSS

input {
  width: 110px;
  text-overflow: ellipsis;
}