Fix Bug 51307

This commit is contained in:
ShimaginAndrey 2021-07-20 15:10:02 +03:00
parent 54fb6bb142
commit 68ecdfa60e

View file

@ -84,3 +84,9 @@
}
}
}
.item-input-wrap {
input[type = number] {
-moz-appearance: textfield;
}
}