mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
Fix helpers
This commit is contained in:
parent
44ec4dcc73
commit
1e4ae9e3e9
@ -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>
|
<th rowspan="2">Spacing</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>
|
|
||||||
<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>
|
||||||
|
Loading…
Reference in New Issue
Block a user