]> git.cworth.org Git - zombocom-ai/commitdiff
Drop explicit size from numeric code text input
authorCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 06:14:13 +0000 (22:14 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 06:15:16 +0000 (22:15 -0800)
We're using CSS and flex to let this grow instead.

index.html

index 3c37a7dcfb1ff872ea5e2bfc1424e2da173ec786..4737623c1f8fd452c651f21a544a7b56cd297ac2 100644 (file)
@@ -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">