]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix Inline Labels and Buttons sample in kitchen-sink.html 9768/head
authorAbdullah Salem <abdullahsalem@outlook.com>
Fri, 10 Feb 2017 20:58:21 +0000 (23:58 +0300)
committerAbdullah Salem <abdullahsalem@outlook.com>
Fri, 10 Feb 2017 20:58:21 +0000 (23:58 +0300)
docs/pages/kitchen-sink.md

index b10f46948d8ea6f88bbed796d5def3704031a570..f54223b93f7b7f8ce0827ea3d4a1dfeeebf7bd1c 100644 (file)
@@ -490,10 +490,12 @@ description: Everything but.
     </div>
   </div>
   <div class="input-group">
-    <span class="input-group-label">$</span>
-    <input class="input-group-field" type="url">
-    <a class="input-group-button button">Submit</a>
+  <span class="input-group-label">$</span>
+  <input class="input-group-field" type="url">
+  <div class="input-group-button">
+    <input type="submit" class="button" value="Submit">
   </div>
+</div>
 </form>
 ```