mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Fixed previous select width.
This commit is contained in:
parent
d9f8a0418c
commit
403bdfd6e2
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ export function WebsiteDateFilter({
|
||||||
<Select
|
<Select
|
||||||
value={compare}
|
value={compare}
|
||||||
onChange={handleSelect}
|
onChange={handleSelect}
|
||||||
|
style={{ width: 200 }}
|
||||||
popoverProps={{ style: { width: 200 } }}
|
popoverProps={{ style: { width: 200 } }}
|
||||||
>
|
>
|
||||||
<ListItem id="prev">{formatMessage(labels.previousPeriod)}</ListItem>
|
<ListItem id="prev">{formatMessage(labels.previousPeriod)}</ListItem>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue