mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +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
|
||||
value={compare}
|
||||
onChange={handleSelect}
|
||||
style={{ width: 200 }}
|
||||
popoverProps={{ style: { width: 200 } }}
|
||||
>
|
||||
<ListItem id="prev">{formatMessage(labels.previousPeriod)}</ListItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue