Browse Source

Fix helpers

Jeremy Thomas 8 years ago
parent
commit
1e4ae9e3e9
1 changed files with 9 additions and 11 deletions
  1. 9 11
      docs/documentation/modifiers/helpers.html

+ 9 - 11
docs/documentation/modifiers/helpers.html

@@ -28,17 +28,7 @@ doc-subtab: helpers
           <td>Moves an element to the right</td>
           <td>Moves an element to the right</td>
         </tr>
         </tr>
         <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><code>is-marginless</code></td>
           <td>Removes any <strong>margin</strong></td>
           <td>Removes any <strong>margin</strong></td>
         </tr>
         </tr>
@@ -46,6 +36,14 @@ doc-subtab: helpers
           <td><code>is-paddingless</code></td>
           <td><code>is-paddingless</code></td>
           <td>Removes any <strong>padding</strong></td>
           <td>Removes any <strong>padding</strong></td>
         </tr>
         </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>
         <tr>
           <td><code>is-radiusless</code></td>
           <td><code>is-radiusless</code></td>
           <td>Removes any <strong>radius</strong></td>
           <td>Removes any <strong>radius</strong></td>