Ellipsis overflow in input
HTML
<input value="a very very long string of text">
CSS
input {
width: 110px;
text-overflow: ellipsis;
}
<input value="a very very long string of text">
input {
width: 110px;
text-overflow: ellipsis;
}