I have an input that uses an input mask (percentage).
The input text is aligned to the right after using this mask.
How do I align the input text back to the left?
Used the following. Seemed to work
.form input[data-input] {
text-align: left ;
}
Hello
There are some Post with similar issue which are already marked as Solution
I hope this will help.Best RegardsTousif Khan