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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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