From: Carl Worth <cworth@cworth.org>
Date: Wed, 7 Dec 2022 06:14:13 +0000 (-0800)
Subject: Drop explicit size from numeric code text input
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=be42663deb971ae741619200a45dcc889306128a;p=zombocom-ai

Drop explicit size from numeric code text input

We're using CSS and flex to let this grow instead.
---

diff --git a/index.html b/index.html
index 3c37a7d..4737623 100644
--- a/index.html
+++ b/index.html
@@ -40,9 +40,9 @@
 
         <div class="form-row small left">
           <label for="code">
-            Numeric code
+            Numeric code: 
           </label>
-          <input id="code" type="text" size="15" autocomplete="off" placeholder="(Leave blank for random)" />
+          <input id="code" type="text" autocomplete="off" placeholder="(Leave blank for random)" />
         </div>
 
         <div class="form-row small right">