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