CSS Placeholder Text Truncate

input:placeholder-shown {
  text-overflow: ellipsis;
}
florinrelea