]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #3725
authorJeremy Thomas <bbxdesign@gmail.com>
Fri, 22 Mar 2024 10:08:27 +0000 (10:08 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 22 Mar 2024 10:09:02 +0000 (10:09 +0000)
docs/documentation/grid/fixed-grid.html

index 85798e4d6c7d9191095cb9ec8da494ff18425506..a8cf36500adf4842628aeb95b0e3681f9900558d 100644 (file)
@@ -106,7 +106,7 @@ You can specify a different column count **per breakpoint**:
       <tr>
         <th>{{ i }}</th>
         {% for bp in page.breakpoints %}
-          <td><code>has-cols-{{ i }}-{{ bp }}</code></td>
+          <td><code>has-{{ i }}-cols-{{ bp }}</code></td>
         {% endfor %}
       </tr>
     {% endfor %}