Could you please assist me with a bug I have encountered on an older version of Firefox for OSX (37.0.2)? I have included a screenshot of the issue here: https://i.sstatic.net/dzK0G.png
Is there a way to use css to move the first character of the placeholder text away from where the cursor is initially positioned?
The webpage in question is built using Angular, which has had some compatibility issues with Firefox in the past.
I attempted adding text-indent and padding-left to moz-placeholder, but this action also affected the cursor position along with the placeholder text.
I resorted to creating a JavaScript function that adds a space before the placeholder text specifically for all versions of Firefox, although I would prefer to find a solution without having to do this workaround.