Skip to content

Commit

Permalink
fix: remove margin from 'pre' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xthierry committed May 16, 2021
1 parent cb4c331 commit 664fec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,8 @@ const webViewStyles = {
paddingRight: 8,
paddingLeft: 8,
fontFamily: fontFamily.MONOSPACE,
marginTop: 0,
marginBottom: 0,
},

code: {
Expand Down

0 comments on commit 664fec6

Please sign in to comment.