Set maxHeight for patch list
Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user