Responsive tables

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

View file

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