This commit is contained in:
Jason Stoltzfus 2021-10-19 14:49:55 -04:00 committed by GitHub
parent fcb340fdb9
commit 6f56668cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}