mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Fixes for mobile.
This commit is contained in:
parent
bcafa12349
commit
9a5604f236
11 changed files with 38 additions and 58 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue