Fix quantity input width

This commit is contained in:
Bill 2022-03-16 05:25:45 -04:00
parent ef3b094a7c
commit 900bfc3bac

View File

@ -14,7 +14,7 @@
.quantity-input { .quantity-input {
min-height: 17px; min-height: 17px;
height: 17px; height: 17px;
width: 20px; width: 28px;
padding: 0 4px; padding: 0 4px;
text-align: right; text-align: right;
} }