<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<style>
input::placeholder{
white-space:nowrap
}
</style>
<input placeholder=" ">
</html>
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<style>
input::placeholder{
white-space:nowrap
}
</style>
<input placeholder=" ">
</html>