How align input's placeholder center on android?

So this title speaks for itself, i can’ align placeholder center on android, i’m using css propertie text-align: center, how i can solve this?

Please try this.
.text-input-md {
text-align: center;
padding: 0;
width: calc(100% - 8px - 8px);
}
Hope to help for you.

1 Like