Skip to content

Commit 003337e

Browse files
committed
maxHeight for result
1 parent b9c977c commit 003337e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/repo/pod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ function PodWrapper({ id, draghandle, children }) {
10581058
)}
10591059
{pod.running && <CircularProgress />}
10601060
{pod.result && (
1061-
<Flex direction="column">
1061+
<Flex direction="column" overflow="scroll" maxHeight="200px">
10621062
{pod.result.html ? (
10631063
<div dangerouslySetInnerHTML={{ __html: pod.result.html }}></div>
10641064
) : (

0 commit comments

Comments
 (0)