Reflow Checkout Quantity Cutoff

I am using the shopping cart code and the quantity is being cut-off
Please help
reflow-cutoff

You can try to add this to a css file

.ref-quantity-widget input {
  width: 3rem;
}
1 Like

it worked, thank you kindly.