Skip to content

Commit

Permalink
[Security Solution] Add margin (#72542)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Jul 21, 2020
1 parent 939f434 commit 86c9a66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
>
Expand Down

0 comments on commit 86c9a66

Please sign in to comment.