]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
[Docs] Helpers needed a readjustment
authorRyan Casas <jryancasas@gmail.com>
Tue, 17 Jul 2018 18:45:08 +0000 (20:45 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 17 Jul 2018 19:24:12 +0000 (20:24 +0100)
There was a TR without an opening tag + the last TH hadn't the correct rowspan

docs/documentation/modifiers/helpers.html

index 2e69b971a19da7f56c1d1f5b0f352fb235c1e20f..c29d333ff58dba1ed4a042ebaf53a31d7806425e 100644 (file)
@@ -35,10 +35,11 @@ breadcrumb:
       <td>Removes any <strong>padding</strong></td>
     </tr>
     <tr>
-      <th rowspan="6">Other</th>
+      <th rowspan="7">Other</th>
       <td><code>is-overlay</code></td>
       <td>Completely covers the first positioned parent</td>
     </tr>
+    <tr>
       <td><code>is-clipped</code></td>
       <td>Adds overflow <strong>hidden</strong></td>
     </tr>