[Security Solution] Remove extra spaces below TakeActionDropdown alert flyout (#103618)

This commit is contained in:
Esteban Beltran 2021-06-29 16:03:29 +02:00 committed by GitHub
parent 75fa47cdcf
commit a2f9e94fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,8 +171,6 @@ const EventDetailsPanelComponent: React.FC<EventDetailsPanelProps> = ({
<TakeActionDropdown onChange={showHostIsolationPanel} agentId={agentId} />
</EuiFlexItem>
</EuiFlexGroup>
<EuiSpacer size="l" />
<EuiSpacer size="l" />
</EuiFlyoutFooter>
)}
</>