Set timeline session view flex item width to 100% (#129813) (#129826)

(cherry picked from commit b1a4a70624)

Co-authored-by: Jack <zizhou.wang@elastic.co>
This commit is contained in:
Kibana Machine 2022-04-07 19:44:04 -05:00 committed by GitHub
parent 21c2f00f40
commit 902b0480a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ import { TimelineId } from '../../../../../common/types/timeline';
import { useSessionViewNavigation, useSessionView } from './use_session_view';
const FlexItemWithMargin = styled(EuiFlexItem)`
width: 100%;
${({ theme }) => `margin: 0 ${theme.eui.euiSizeM};`}
`;