diff --git a/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchTermFinder.tsx b/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchTermFinder.tsx index 9c42f0111..8e8826960 100644 --- a/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchTermFinder.tsx +++ b/desktop/flipper-plugin/src/ui/PowerSearch/PowerSearchTermFinder.tsx @@ -44,7 +44,7 @@ export const PowerSearchTermFinder = React.forwardRef< scrollTo: () => void; }> } - style={{flex: '1'}} + style={{flex: '1', minWidth: 200}} options={options} bordered={false} onSelect={(_: string, selectedOption: PowerSearchTermFinderOption) => {