From ccc909a7caf8be4bb6c0c2643e9fb1c234d8a9cc Mon Sep 17 00:00:00 2001 From: David Newell Date: Fri, 17 Nov 2023 19:39:49 +0000 Subject: [PATCH] make all filter buttons the same size --- frontend/src/scenes/actions/EventName.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/scenes/actions/EventName.tsx b/frontend/src/scenes/actions/EventName.tsx index aadaf08a4cee1..b467e2d044028 100644 --- a/frontend/src/scenes/actions/EventName.tsx +++ b/frontend/src/scenes/actions/EventName.tsx @@ -38,6 +38,7 @@ export function LemonEventName({ renderValue={(v) => (v !== null ? : null)} allowClear={allEventsOption === 'clear'} excludedProperties={allEventsOption !== 'explicit' ? { events: [null] } : undefined} + size="small" /> ) }