Skip to content

Commit

Permalink
Fix style (#115439) (#115629)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
  • Loading branch information
kibanamachine and JasonStoltz authored Oct 19, 2021
1 parent c3858a2 commit 45acf36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 45acf36

Please sign in to comment.