mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
[Docs] Helpers needed a readjustment
There was a TR without an opening tag + the last TH hadn't the correct rowspan
This commit is contained in:
committed by
Jeremy Thomas
parent
b208b96716
commit
af0be6cab3
@@ -35,10 +35,11 @@ breadcrumb:
|
||||
<td>Removes any <strong>padding</strong></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th rowspan="6">Other</th>
|
||||
<th rowspan="7">Other</th>
|
||||
<td><code>is-overlay</code></td>
|
||||
<td>Completely covers the first positioned parent</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>is-clipped</code></td>
|
||||
<td>Adds overflow <strong>hidden</strong></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user