I\'ve seen this post already and tried everything I could to change the padding for my placeholder but alas, it seems it just doesn\'t want to cooperate.
Anyway, her
I have tested almost all methods given here in this page for my Angular app. Only I found solution via that inserts spaces i.e.
Angular Material
add in the placeholder, like
placeholder
Non Angular Material
Add padding to your input field, like below. Click Run Code Snippet to see demo
padding
input
Run Code Snippet