Skip to content

Commit

Permalink
[7.9] [Security Solution] Add margin (#72542) (#72641)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Jul 21, 2020
1 parent 8c55e48 commit a8b3d54
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 a8b3d54

Please sign in to comment.