Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fix(ui): SimpleJsonView. height -> maxHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed May 25, 2021
1 parent fe96542 commit 0dd35ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/SimpleJsonView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const useStyles = makeStyles((theme) => ({
backgroundColor: '#282C34',
padding: theme.spacing(1),
color: '#fff',
height: '200px',
maxHeight: '200px',
overflowY: 'auto',
margin: 0,
},
Expand Down

0 comments on commit 0dd35ce

Please # to comment.