mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Wide tables now scroll horizontally, refs #998
This commit is contained in:
parent
6e26b05799
commit
20f8659e2a
3 changed files with 16 additions and 4 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue