Wrap the table in a `.table-responsive` to enable horizontal scrolling within the table body.
@@ -28,7 +28,7 @@
</div>
- <div class="card">
+ <div class="card table-responsive">
{% render_table table %}
{% endblock content %}