Skip to content

Commit

Permalink
add max height and scroll
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <[email protected]>
  • Loading branch information
jowg-amazon committed Nov 14, 2024
1 parent 413697d commit b3b5cf1
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,14 @@ export function QueryResult(props: { queryStatus: QueryStatus }) {
data-test-subj="queryResultError"
>
<EuiPopoverTitle>ERRORS</EuiPopoverTitle>
<div style={{ width: '250px' }} className="eui-textBreakWord">
<div
style={{
width: '250px',
maxHeight: '250px',
overflowY: 'auto',
}}
className="eui-textBreakWord"
>
<EuiText size="s">
<p>
<strong>
Expand Down

0 comments on commit b3b5cf1

Please sign in to comment.