mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Adjust suggestions list label and description widths (#83739)
This commit is contained in:
parent
a24606d035
commit
51359197af
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ export const SearchBar: React.FunctionComponent<Props> = ({
|
|||
...suggestion,
|
||||
// For type
|
||||
onClick: () => {},
|
||||
descriptionDisplay: 'wrap',
|
||||
labelWidth: '40',
|
||||
};
|
||||
})}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue