From 5d082e0eadeb7d7fd65a8ce3a9b7689f6b41df7a Mon Sep 17 00:00:00 2001 From: jahooma Date: Thu, 9 Dec 2021 21:27:26 -0600 Subject: [PATCH] Smaller width bet input --- web/pages/simulator/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/simulator/index.tsx b/web/pages/simulator/index.tsx index 36022ff1..e4f166dd 100644 --- a/web/pages/simulator/index.tsx +++ b/web/pages/simulator/index.tsx @@ -196,11 +196,11 @@ function NewBidTable(props: { - {/* Note: Would love to make this input smaller... */} setNewBid(parseInt(e.target.value) || 0)} onKeyUp={(e) => {