Set maxHeight for patch list

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
Erik Engervall
2021-04-29 22:59:01 +02:00
parent 19004683a1
commit 122a1af8be
@@ -281,7 +281,9 @@ export const PatchBody = ({
<Box data-testid={TEST_IDS.patch.body}>
<Description />
<CommitList />
<Box style={{ maxHeight: 450, overflowY: 'auto' }}>
<CommitList />
</Box>
<Button
disabled={checkedCommitIndex === -1 || progress > 0}