Responsive tables

This commit is contained in:
Oliver Davies 2017-03-06 20:39:47 +00:00
parent 74272cfa1c
commit a5249feb74

View file

@ -1,4 +1,5 @@
<table class="table table-striped">
<div class="table-responsive" style="overflow-x: auto">
<table class="table table-striped">
<thead>
<tr>
<th>Date</th>
@ -30,4 +31,5 @@
</tr>
{% endfor %}
</tbody>
</table>
</table>
</div>