mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix style (#115439)
This commit is contained in:
parent
fcb340fdb9
commit
6f56668cc5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export const CurationResultPanel: React.FC<Props> = ({ variant, results }) => {
|
|||
>
|
||||
{results.length > 0 ? (
|
||||
results.map((result, index) => (
|
||||
<EuiFlexItem key={result.id.raw} style={{ width: '100%' }}>
|
||||
<EuiFlexItem key={result.id.raw} style={{ width: '100%' }} grow={false}>
|
||||
<Result
|
||||
result={result}
|
||||
isMetaEngine={isMetaEngine}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue