Skip to content

Commit

Permalink
adjust css a little
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Nov 29, 2024
1 parent 1ff2f71 commit 538bb22
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions catalog/app/components/Assistant/UI/Chat/DevTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const useStyles = M.makeStyles((t) => ({
root: {
display: 'flex',
flexDirection: 'column',
maxHeight: '100%',
height: '100%',
},
heading: {
...t.typography.h5,
Expand All @@ -23,10 +23,8 @@ const useStyles = M.makeStyles((t) => ({
overflow: 'auto',
},
json: {
padding: t.spacing(2),
'& + &': {
paddingTop: 0,
},
margin: t.spacing(2, 0),
padding: t.spacing(0, 2),
},
}))

Expand Down

0 comments on commit 538bb22

Please sign in to comment.