132
Views
2
Comments
Solved
Input - input mask - align input to the right
Question

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?

2022-10-18 07-32-49
Randall Jodache Chetty
Solution

Used the following. Seemed to work

.form input[data-input] {

text-align: left ;

}

2022-10-18 07-32-49
Randall Jodache Chetty
Solution

Used the following. Seemed to work

.form input[data-input] {

text-align: left ;

}

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.