]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Adding 'is-hidden' to helpers in docs (#798)
authorAndrew Heuermann <aheuermann@gmail.com>
Sat, 24 Jun 2017 23:19:27 +0000 (18:19 -0500)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 24 Jun 2017 23:19:27 +0000 (00:19 +0100)
docs/documentation/modifiers/helpers.html

index 4c1af5992fa144ff533c235fa46486784d41c396..e323e4418e4ad2dacc9a121f55ecf5fe252bba55 100644 (file)
@@ -50,7 +50,7 @@ doc-subtab: helpers
           <td>Text is right-aligned</td>
         </tr>
         <tr>
-          <th rowspan="3">Other</th>
+          <th rowspan="4">Other</th>
           <td><code>is-marginless</code></td>
           <td>Removes any <strong>margin</strong></td>
         </tr>
@@ -62,6 +62,10 @@ doc-subtab: helpers
           <td><code>is-unselectable</code></td>
           <td>Prevents the text from being <strong>selectable</strong></td>
         </tr>
+        <tr>
+          <td><code>is-hidden</code></td>
+          <td>Hides element</td>
+        </tr>
       </tbody>
     </table>
   </div>