Responsive tables
This commit is contained in:
parent
74272cfa1c
commit
a5249feb74
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue