adding divs around the activities table so it wont over flow the page

This commit is contained in:
JollyDevelopment 2025-01-13 15:50:22 -05:00
parent 929aaaee1d
commit 675020a22a

View file

@ -22,6 +22,7 @@
<a href="{{ url_for('admin.admin_activities', result=request.args.get('result')) }}">Both</a> |
<a href="{{ url_for('admin.admin_activities', result=request.args.get('result'), direction='in') }}">In</a> |
<a href="{{ url_for('admin.admin_activities', result=request.args.get('result'), direction='out') }}">Out</a>
<div>
<table class="table">
<tr>
<th>When</th>
@ -56,6 +57,7 @@
</tr>
{% endfor %}
</table>
</div>
<nav aria-label="Pagination" class="mt-4" role="navigation">
{% if prev_url %}
<a href="{{ prev_url }}" class="btn btn-primary" rel="nofollow">