diff --git a/src/app/(main)/websites/[websiteId]/compare/CompareTables.tsx b/src/app/(main)/websites/[websiteId]/compare/CompareTables.tsx index 280cbd147..c44a05508 100644 --- a/src/app/(main)/websites/[websiteId]/compare/CompareTables.tsx +++ b/src/app/(main)/websites/[websiteId]/compare/CompareTables.tsx @@ -156,6 +156,8 @@ export function CompareTables({ websiteId }: { websiteId: string }) { value={view} defaultValue={view} onChange={handleChange} + style={{ width: 200 }} + popoverProps={{ style: { width: 200 } }} > {items.map(({ id, label }) => ( diff --git a/src/components/input/WebsiteSelect.tsx b/src/components/input/WebsiteSelect.tsx index 399efee58..7004896a7 100644 --- a/src/components/input/WebsiteSelect.tsx +++ b/src/components/input/WebsiteSelect.tsx @@ -66,6 +66,7 @@ export function WebsiteSelect({ renderEmptyState: () => , style: { maxHeight: 'calc(42vh - 65px)', width: 280 }, }} + buttonProps={{ style: { minHeight: 40 } }} > {listItems.map(({ id, name }) => ( diff --git a/src/components/metrics/MetricCard.tsx b/src/components/metrics/MetricCard.tsx index 7cbc4b043..e60e76911 100644 --- a/src/components/metrics/MetricCard.tsx +++ b/src/components/metrics/MetricCard.tsx @@ -37,6 +37,7 @@ export const MetricCard = ({ borderRadius backgroundColor="surface-base" border + gap="4" > {showLabel && (