input-masking
input-masking copied to clipboard
Placeholder breaks on narrow screens
This is what happens when you narrow the screen on your example:
I was able to fix it with this:
.shell {
display: inline-block;
}
And tweaking the absolute positioning of the span.
top: 5px;