Make date filters responsive

This commit is contained in:
Peter Stockings
2026-03-13 15:20:58 +11:00
parent eca31040af
commit 910d583966
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
<!-- Table Date Filter -->
<div class="bg-white rounded-2xl shadow-sm border border-gray-100 p-4 mb-2">
<form hx-get="{{ url_for('main.dashboard_table') }}" hx-target="#dashboard-content"
class="flex flex-col md:flex-row gap-4 items-end">
class="flex flex-col sm:flex-row gap-4">
<!-- Start Date -->
<div class="flex-1">
<label for="start_date" class="block text-sm font-medium text-gray-700 mb-1">Start Date</label>