Previous commit messed up width of table on person list view, need to look into making table more responsive

This commit is contained in:
Peter Stockings
2023-07-26 21:03:51 +10:00
parent 90dcd54498
commit 8585a787de

View File

@@ -128,8 +128,8 @@
<div class="flex flex-col mt-3 w-screen sm:w-full overflow-auto">
<div class="overflow-x-auto rounded-lg">
<div class="align-middle inline-block">
<div class="shadow sm:rounded-lg">
<div class="flex justify-center">
<div class="shadow sm:rounded-lg w-screen sm:w-screen">
{% if person['Workouts']|length > 0 %}
<table class="min-w-full divide-y divide-gray-200">