mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Fix #2084
This commit is contained in:
@@ -87,7 +87,8 @@ $fullhd-enabled: false
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table is-bordered">
|
<div class="table-container">
|
||||||
|
<table class="table is-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
{% for breakpoint_hash in site.data.breakpoints %}
|
{% for breakpoint_hash in site.data.breakpoints %}
|
||||||
@@ -204,7 +205,8 @@ $fullhd-enabled: false
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
{% assign vernum = site.data.meta.version | downcase | remove: "." | plus: 0 %}
|
{% assign vernum = site.data.meta.version | downcase | remove: "." | plus: 0 %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user