classic-rocket icon indicating copy to clipboard operation
classic-rocket copied to clipboard

product quantity selector

Open etsmes opened this issue 5 years ago • 2 comments

Hi,

The Firefox browser does not display correctly the product quantity selector. In addition, with all browsers, the selector stretches to 100%.

Thank you

Captura

etsmes avatar Feb 07 '20 10:02 etsmes

which version of FF ?

prestarocket avatar May 04 '20 22:05 prestarocket

Firefox 75.0 (64-bit) on Windows 10

fixed using style: .input-group.bootstrap-touchspin { width: auto; max-width: 126px; }

etsmes avatar May 05 '20 07:05 etsmes