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> <thead>
<tr> <tr>
<th>Date</th> <th>Date</th>
@ -30,4 +31,5 @@
</tr> </tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
</div>