From 8cea5be59d8fa9ce986167360165559bb69bb05a Mon Sep 17 00:00:00 2001 From: Andrey Goncharov Date: Tue, 19 Sep 2023 08:19:25 -0700 Subject: [PATCH] Add min width for term finder Summary: Doc: https://docs.google.com/document/d/1miofxds9DJgWScj0zFyBbdpRH5Rj0T9FqiCapof5-vU/edit#heading=h.pg8svtdjlx7 Reviewed By: LukeDefeo Differential Revision: D49349523 fbshipit-source-id: a9b9a14a74f9c32e094936e4bd38bef8f34e4c2c --- .../flipper-plugin/src/ui/PowerSearch/PowerSearchTermFinder.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {