1
0
Fork 0

Makes the invite request table side scroll for mobile

Fixes #2335
This commit is contained in:
Mouse Reeve 2022-11-07 10:44:49 -08:00
parent 4e1da6a759
commit 4b01103f84

View file

@ -28,6 +28,7 @@
{% include 'settings/invites/invite_request_filters.html' %}
<div class="table-container content scroll-x">
<table class="table is-striped is-fullwidth">
{% url 'settings-invite-requests' as url %}
<tr>
@ -108,6 +109,7 @@
</tr>
{% endfor %}
</table>
</div>
{% include 'snippets/pagination.html' with page=requests path=request.path %}
{% if ignored %}