Skip to content

Commit

Permalink
[Security Solution] Fix Timeline event details layout (elastic#88377)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored and JasonStoltz committed Jan 19, 2021
1 parent 7c49d80 commit b72e440
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>(
Expand Down

0 comments on commit b72e440

Please sign in to comment.