Wide tables now scroll horizontally, refs #998

This commit is contained in:
Simon Willison 2020-10-21 18:09:01 -07:00
commit 20f8659e2a
3 changed files with 16 additions and 4 deletions

View file

@ -1,4 +1,5 @@
{% if display_rows %}
<div class="table-wrapper">
<table class="rows-and-columns">
<thead>
<tr>
@ -27,6 +28,7 @@
{% endfor %}
</tbody>
</table>
</div>
{% else %}
<p class="zero-results">0 records</p>
{% endif %}