within a html form I have an <input type="number" style="text-align: right;">
input {
padding: 0.5rem;
text-align: right;
}
<input type="number" value="123456">
It looks like this:
Is there a way to define some little space between the number and the up/down controls?
