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 committed Jan 15, 2021
1 parent a2344d3 commit 947b675
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 947b675

Please sign in to comment.