Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jan 15, 2021
1 parent 3855536 commit d63b1ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ const EventDetailsComponent: React.FC<Props> = ({
browserFields={browserFields}
timelineId={timelineId}
/>
<EuiSpacer size="l" />
</>
),
},
Expand Down
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 d63b1ad

Please sign in to comment.