Skip to content

Commit

Permalink
Adjust popover sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico committed Jun 13, 2024
1 parent d1ecfca commit aa2f053
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,13 @@ export const MultipleAgentPoliciesSummaryLine = memo<{
defaultMessage: 'This integration is shared by',
})}
</EuiPopoverTitle>
<div style={{ width: '300px' }}>
<EuiListGroup listItems={listItems} color="primary" size="s" />
<div style={{ width: '280px' }}>
<EuiListGroup
listItems={listItems}
color="primary"
size="s"
gutterSize="none"
/>
</div>
<EuiPopoverFooter>
{/* TODO: implement missing onClick function */}
Expand Down

0 comments on commit aa2f053

Please sign in to comment.