[Security Solution] Fix Timeline event details layout (#88377)

This commit is contained in:
Patryk Kopyciński 2021-01-15 20:00:32 +01:00 committed by GitHub
parent 2e28683c12
commit 208c76889d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,10 @@ const StyledFlexGroup = styled(EuiFlexGroup)`
`;
const StyledEuiFlexItem = styled(EuiFlexItem)`
overflow: hidden;
&.euiFlexItem {
flex: 1 0 0;
overflow: hidden;
}
`;
export const ExpandableEventTitle = React.memo<ExpandableEventTitleProps>(