Smaller width bet input
This commit is contained in:
parent
1cd3e2f1be
commit
5d082e0ead
|
@ -196,11 +196,11 @@ function NewBidTable(props: {
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{/* Note: Would love to make this input smaller... */}
|
|
||||||
<input
|
<input
|
||||||
type="number"
|
type="number"
|
||||||
placeholder="0"
|
placeholder="0"
|
||||||
className="input input-bordered"
|
className="input input-bordered"
|
||||||
|
style={{ maxWidth: 100 }}
|
||||||
value={newBid}
|
value={newBid}
|
||||||
onChange={(e) => setNewBid(parseInt(e.target.value) || 0)}
|
onChange={(e) => setNewBid(parseInt(e.target.value) || 0)}
|
||||||
onKeyUp={(e) => {
|
onKeyUp={(e) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user