Fixed previous select width.

This commit is contained in:
Mike Cao 2026-02-06 03:24:29 -08:00
parent d9f8a0418c
commit 403bdfd6e2

View file

@ -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>