Wrap the table in a `.table-responsive` to enable horizontal scrolling within the table body.
This commit is contained in:
parent
baec71fcaf
commit
969ae81574
|
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<div class="card table-responsive">
|
||||
{% render_table table %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue