[Security Solution][Analyzer] Fixed alignment issues for process cube in analyzer (#141706)

* fixed alignment issues for process cube in analyzer

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
christineweng 2022-09-29 15:10:45 -05:00 committed by GitHub
parent 907c1059ba
commit 8ab92b206a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -51,6 +51,7 @@ export const CubeForProcess = memo(function ({
viewBox="0 0 34 34"
data-test-subj={dataTestSubj}
isOrigin={isOrigin}
style={{ verticalAlign: 'middle' }}
>
<desc>
{i18n.translate('xpack.securitySolution.resolver.node_icon', {

View file

@ -35,7 +35,6 @@ import { PanelContentError } from './panel_content_error';
const StyledCubeForProcess = styled(CubeForProcess)`
position: relative;
top: 0.75em;
`;
const nodeDetailError = i18n.translate('xpack.securitySolution.resolver.panel.nodeDetail.Error', {