Fix input padding-left in Firefox again

This commit is contained in:
Raphael Michel
2021-05-30 15:17:02 +02:00
parent 7e0fa33661
commit 39dd8a1a64

View File

@@ -3,7 +3,7 @@ input[type=number] {
}
@supports (-moz-appearance:none) {
input[type=number] {
padding: 6px 2px; // decrease horizontal padding, as some versions of Firefox render the arrow-buttons on number inputs useless otherwise
padding-right: 2px; // decrease horizontal padding, as some versions of Firefox render the arrow-buttons on number inputs useless otherwise
}
}
input[type=number]::-webkit-inner-spin-button,