]> git.cworth.org Git - zombocom-ai/commitdiff
Shift flex layout down into a new div below form-row
authorCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 06:19:22 +0000 (22:19 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 7 Dec 2022 06:19:22 +0000 (22:19 -0800)
Since flex was interfering with the grid we had working before.

index.html

index 4737623c1f8fd452c651f21a544a7b56cd297ac2..b099823c4aba4639db90cde70903a86adad95bbf 100644 (file)
         </div>
 
         <div class="form-row small left">
-          <label for="code">
-            Numeric code: 
-          </label>
-          <input id="code" type="text" autocomplete="off" placeholder="(Leave blank for random)" />
+          <div class="labeled-row">
+            <label for="code">
+              Numeric code: 
+            </label>
+            <input id="code" type="text" autocomplete="off" placeholder="(Leave blank for random)" />
+          </div>
         </div>
 
         <div class="form-row small right">