Вертикальное выравнивание placeholder по вертикали

input::-webkit-input-placeholder {
  transform:translate3d(0,-4px,0)
}

Last updated