Adjust suggestions list label and description widths (#83739)

This commit is contained in:
Jen Huang 2020-11-19 09:23:23 -08:00 committed by GitHub
parent a24606d035
commit 51359197af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,8 @@ export const SearchBar: React.FunctionComponent<Props> = ({
...suggestion,
// For type
onClick: () => {},
descriptionDisplay: 'wrap',
labelWidth: '40',
};
})}
/>