mirror of
https://github.com/jgthms/bulma.git
synced 2024-12-12 13:28:30 +00:00
Adding 'is-hidden' to helpers in docs (#798)
This commit is contained in:
parent
2e1a0ee657
commit
407a1a30fb
@ -50,7 +50,7 @@ doc-subtab: helpers
|
|||||||
<td>Text is right-aligned</td>
|
<td>Text is right-aligned</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="3">Other</th>
|
<th rowspan="4">Other</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>
|
||||||
@ -62,6 +62,10 @@ doc-subtab: helpers
|
|||||||
<td><code>is-unselectable</code></td>
|
<td><code>is-unselectable</code></td>
|
||||||
<td>Prevents the text from being <strong>selectable</strong></td>
|
<td>Prevents the text from being <strong>selectable</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>is-hidden</code></td>
|
||||||
|
<td>Hides element</td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user