1
0
Fork 0

Merge pull request #2446 from bookwyrm-social/settings-federation-table

Make the federated servers table display correctly on mobile
This commit is contained in:
Mouse Reeve 2022-11-25 10:38:53 -08:00 committed by GitHub
commit c3acbb9bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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