Skip to content

Commit

Permalink
[Security Solution][Resolver] Fix Resize node box-shadow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Kimmel committed Oct 12, 2020
1 parent 6abda71 commit a7df6d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ const UnstyledProcessEventDot = React.memo(
/>
</StyledDescriptionText>
<div
className={xScale >= 2 ? 'euiButton' : 'euiButton euiButton--small'}
className={'euiButton euiButton--small'}
id={labelHTMLID}
onClick={handleClick}
onFocus={handleFocus}
Expand Down

0 comments on commit a7df6d4

Please sign in to comment.