mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 16:45:35 +01:00
revert prisma schema to latest, add global css for scroll-bar, fix css
This commit is contained in:
parent
c479a20cc0
commit
9b814aa1ca
13 changed files with 76 additions and 24 deletions
|
|
@ -21,7 +21,12 @@ export function DateRangeSetting() {
|
|||
|
||||
return (
|
||||
<Row gap="3">
|
||||
<DateFilter value={date} onChange={handleChange} placement="bottom start" />
|
||||
<DateFilter
|
||||
value={date}
|
||||
onChange={handleChange}
|
||||
placement="bottom start"
|
||||
style={{ minWidth: '250px' }}
|
||||
/>
|
||||
<Button onPress={handleReset}>{formatMessage(labels.reset)}</Button>
|
||||
</Row>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue