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

Co-authored-by: Esteban Beltran <academo@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2021-06-29 12:17:05 -04:00 committed by GitHub
parent f87445c999
commit 327143da77
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>
)}
</>