blob: ef3458afd4b2be1d46f68322b5399693927b181d [file] [log] [blame]
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<style>
input::placeholder{
white-space:nowrap
}
</style>
<input placeholder=" ">
</html>