Skip to content

Commit

Permalink
[Security Solution] Fix Timeline event details layout (#88377) (#88512)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Jan 15, 2021
1 parent 5bc517c commit 190f35f
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 190f35f

Please sign in to comment.