Tweak macOS number input style

This commit is contained in:
hensm
2020-07-21 17:53:30 +01:00
parent 07f63d6d2e
commit cfa0a2f929

View File

@@ -30,3 +30,7 @@ input[type="radio"] {
margin-top: 1px;
width: 16px;
}
input[type="number"] {
padding-inline-end: 4px;
}