fix: Remove responsiveness from table

responsive-table doesn't handle rowspan, so everything's out of sync

Fixes #19
master
Mike Bryant 4 years ago
parent 22808dcc24
commit 4cb43adadd

@ -131,7 +131,7 @@
</div>
<div class="section">
<table id="turnipTable" class="responsive-table highlight">
<table id="turnipTable" class="highlight">
<thead>
<tr>
<th rowspan="2">Pattern</th>

Loading…
Cancel
Save