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
This commit is contained in:
Andrey Goncharov
2023-09-19 08:19:25 -07:00
committed by Facebook GitHub Bot
parent f86dba951b
commit 8cea5be59d

View File

@@ -44,7 +44,7 @@ export const PowerSearchTermFinder = React.forwardRef<
scrollTo: () => void; scrollTo: () => void;
}> }>
} }
style={{flex: '1'}} style={{flex: '1', minWidth: 200}}
options={options} options={options}
bordered={false} bordered={false}
onSelect={(_: string, selectedOption: PowerSearchTermFinderOption) => { onSelect={(_: string, selectedOption: PowerSearchTermFinderOption) => {