Fixes for mobile.
Some checks are pending
Create docker images (cloud) / Build, push, and deploy (push) Waiting to run
Node.js CI / build (postgresql, 18.18, 10) (push) Waiting to run

This commit is contained in:
Mike Cao 2025-10-18 01:12:45 -07:00
parent bcafa12349
commit 9a5604f236
11 changed files with 38 additions and 58 deletions

View file

@ -47,7 +47,7 @@ export function DatePickerForm({
<Calendar value={date} minValue={minDate} maxValue={maxDate} onChange={setDate} />
)}
{selected.includes(FILTER_RANGE) && (
<Row gap>
<Row gap wrap="wrap" style={{ margin: '0 auto' }}>
<Calendar
value={startDate}
minValue={minDate}