Skip to content

Commit

Permalink
[Uptime] Ping list body scroll (#70781)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 authored Jul 7, 2020
1 parent dfeb60b commit 77e4019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const BodyDescription = ({ body }: { body: HttpResponseBody }) => {
};

const BodyExcerpt = ({ content }: { content: string }) =>
content ? <EuiCodeBlock>{content}</EuiCodeBlock> : null;
content ? <EuiCodeBlock overflowHeight={250}>{content}</EuiCodeBlock> : null;

export const PingListExpandedRowComponent = ({ ping }: Props) => {
const listItems = [];
Expand Down

0 comments on commit 77e4019

Please sign in to comment.