[7.x] [Security Solution] Add margin (#72542) (#72640)

This commit is contained in:
Michael Olorunnisola 2020-07-21 12:11:09 -04:00 committed by GitHub
parent e3ed72d625
commit dfae294c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -410,7 +410,7 @@ const UnstyledProcessEventDot = React.memo(
alignSelf: 'flex-start',
background: colorMap.resolverBackground,
display: `${isShowingEventActions ? 'flex' : 'none'}`,
margin: 0,
margin: '2px 0 0 0',
padding: 0,
}}
>