Skip to content

Commit

Permalink
fix: table p and pre margins reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jul 9, 2020
1 parent 98cbb2d commit cddbf47
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/components/src/ThemeContext/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,13 @@ export const theme: ControlsTheme = {
textAlign: 'left',
width: '100%',
borderSpacing: 0,
p: {
m: 0,
},
pre: {
mt: 2,
mb: 0,
},
},
th: {
border: 'none',
Expand Down

0 comments on commit cddbf47

Please sign in to comment.