Skip to content

Commit

Permalink
Fix CSS property name to avoid UI warnings (feedback from elastic#189127
Browse files Browse the repository at this point in the history
)
  • Loading branch information
paul-tavares committed Jul 30, 2024
1 parent 6a9b5aa commit 4f21197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const EndpointRunningProcessesResults = memo<EndpointRunningProcessesResultsProp
const wrappingClassname = useMemo(() => {
return css({
'.accordion-host-name-button-content': {
'font-size': 'inherit',
fontSize: 'inherit',
},
});
}, []);
Expand Down

0 comments on commit 4f21197

Please sign in to comment.