mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
907c1059ba
commit
8ab92b206a
2 changed files with 1 additions and 1 deletions
|
@ -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', {
|
||||
|
|
|
@ -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', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue