]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix example 5922/head
authorTanjaSS <stricevictanja@gmail.com>
Fri, 10 Oct 2014 20:52:28 +0000 (22:52 +0200)
committerTanjaSS <stricevictanja@gmail.com>
Fri, 10 Oct 2014 20:52:28 +0000 (22:52 +0200)
Add missing `columns` class.

doc/includes/form/examples_form_inline_rendered.html

index 2c0c1458d7fe4811ee2d868351246f6deb84cff6..eb05c96a4d8307000ffae73cd79b777813f62eba 100644 (file)
@@ -2,7 +2,7 @@
 ```html
 <form>
   <div class="row">
-    <div class="small-8">
+    <div class="small-8 columns">
       <div class="row">
         <div class="small-3 columns">
           <label for="right-label" class="right inline">Label</label>
@@ -15,4 +15,4 @@
   </div>
 </form>
 ```
-{{/markdown}}
\ No newline at end of file
+{{/markdown}}