Frontend: All number inputs are now right-aligned
This commit is contained in:
parent
d43ead5b34
commit
f00c8bba33
2 changed files with 4 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -993,3 +993,6 @@ textarea.block {
|
|||
border-color: #b94a48;
|
||||
}
|
||||
|
||||
input[type=number] {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue