mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-18 21:36:27 +01:00
Fix quantity input width
This commit is contained in:
parent
ef3b094a7c
commit
900bfc3bac
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user