Fixes #21380: Fix display of the background workers list on small screens (#21598)

Wrap the table in a `.table-responsive` to enable horizontal scrolling
within the table body.
This commit is contained in:
Jeremy Stretch
2026-03-06 01:45:01 -05:00
committed by GitHub
parent baec71fcaf
commit 969ae81574

View File

@@ -28,7 +28,7 @@
</div>
</div>
<div class="card">
<div class="card table-responsive">
{% render_table table %}
</div>
{% endblock content %}