Browse Source

Make the number input full width to not weirdly jump

release/0.3.1
bonomat 3 years ago
parent
commit
a3206644ff
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 1
      taker-frontend/src/components/Trade.tsx

1
taker-frontend/src/components/Trade.tsx

@ -309,6 +309,7 @@ function Quantity({ min, max, onChange, quantity, quantityIncrement }: QuantityP
step={quantityIncrement} step={quantityIncrement}
onChange={onChange} onChange={onChange}
value={quantity} value={quantity}
w={"100%"}
> >
<NumberInputField /> <NumberInputField />
<NumberInputStepper> <NumberInputStepper>

Loading…
Cancel
Save