]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix helpers
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 29 Jul 2017 17:21:34 +0000 (18:21 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 29 Jul 2017 17:24:07 +0000 (18:24 +0100)
docs/documentation/modifiers/helpers.html

index ab2c34ce91d5e9e93ce267a723621b791f657a44..4d8bed730dc5f28d5a81a1bb626105246bdf27d1 100644 (file)
@@ -28,17 +28,7 @@ doc-subtab: helpers
           <td>Moves an element to the right</td>
         </tr>
         <tr>
-          <th>Overlay</th>
-          <td><code>is-overlay</code></td>
-          <td>Completely covers the first positioned parent</td>
-        </tr>
-        <tr>
-          <th>Size</th>
-          <td><code>is-fullwidth</code></td>
-          <td>Takes up the whole width (100%)</td>
-        </tr>
-        <tr>
-          <th rowspan="4">Other</th>
+          <th rowspan="2">Spacing</th>
           <td><code>is-marginless</code></td>
           <td>Removes any <strong>margin</strong></td>
         </tr>
@@ -46,6 +36,14 @@ doc-subtab: helpers
           <td><code>is-paddingless</code></td>
           <td>Removes any <strong>padding</strong></td>
         </tr>
+        <tr>
+          <th rowspan="4">Other</th>
+          <td><code>is-overlay</code></td>
+          <td>Completely covers the first positioned parent</td>
+        </tr>
+          <td><code>is-clipped</code></td>
+          <td>Adds overflow <strong>hidden</strong></td>
+        </tr>
         <tr>
           <td><code>is-radiusless</code></td>
           <td>Removes any <strong>radius</strong></td>