Smaller width bet input

This commit is contained in:
jahooma 2021-12-09 21:27:26 -06:00
parent 1cd3e2f1be
commit 5d082e0ead

View File

@ -196,11 +196,11 @@ function NewBidTable(props: {
</div>
</td>
<td>
{/* Note: Would love to make this input smaller... */}
<input
type="number"
placeholder="0"
className="input input-bordered"
style={{ maxWidth: 100 }}
value={newBid}
onChange={(e) => setNewBid(parseInt(e.target.value) || 0)}
onKeyUp={(e) => {