Skip to content

Commit 8d0a96a

Browse files
[Security Solution][Resolver] Fix Resize node box-shadow bug (#80223)
Co-authored-by: Kibana Machine <[email protected]>
1 parent af6d287 commit 8d0a96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/security_solution/public/resolver/view/process_event_dot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ const UnstyledProcessEventDot = React.memo(
382382
/>
383383
</StyledDescriptionText>
384384
<div
385-
className={xScale >= 2 ? 'euiButton' : 'euiButton euiButton--small'}
385+
className={'euiButton euiButton--small'}
386386
id={labelHTMLID}
387387
onClick={handleClick}
388388
onFocus={handleFocus}

0 commit comments

Comments
 (0)