From f4dd54a75db5327b64ae27ad80383eddbc2f8d57 Mon Sep 17 00:00:00 2001 From: Philippe Oberti Date: Wed, 27 Sep 2023 19:47:14 +0200 Subject: [PATCH] [8.10] [Security Solution] expandable flyout - increase line-height for session preview (#166932) (#167415) # Backport This will backport the following commits from `main` to `8.10`: - [[Security Solution] expandable flyout - increase line-height for session preview (#166932)](https://github.com/elastic/kibana/pull/166932) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .../public/flyout/right/components/session_preview.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/flyout/right/components/session_preview.tsx b/x-pack/plugins/security_solution/public/flyout/right/components/session_preview.tsx index 9ad7e2bd05d75..3b5bb5829b054 100644 --- a/x-pack/plugins/security_solution/public/flyout/right/components/session_preview.tsx +++ b/x-pack/plugins/security_solution/public/flyout/right/components/session_preview.tsx @@ -7,6 +7,7 @@ import { EuiCode, EuiIcon, useEuiTheme } from '@elastic/eui'; import React, { useMemo, type FC } from 'react'; +import { css } from '@emotion/react'; import { SESSION_PREVIEW_TEST_ID } from './test_ids'; import { useRightPanelContext } from '../context'; import { SIGNAL_RULE_NAME_FIELD_NAME } from '../../../timelines/components/timeline/body/renderers/constants'; @@ -103,7 +104,12 @@ export const SessionPreview: FC = () => { }, [command, workdir]); return ( -
+