Make the federated servers table display correctly on mobile

This commit is contained in:
Mouse Reeve 2022-11-25 09:09:57 -08:00
parent 9dd0e22a47
commit e72cb43bb2

View file

@ -28,6 +28,7 @@
</ul>
</div>
<div class="table-container scroll-x">
<table class="table is-striped is-fullwidth">
<tr>
{% url 'settings-federation' as url %}
@ -69,6 +70,7 @@
<tr><td colspan="5"><em>{% trans "No instances found" %}</em></td></tr>
{% endif %}
</table>
</div>
{% include 'snippets/pagination.html' with page=servers path=request.path %}