Skip to content

Commit

Permalink
Add margin to paragraph style in blockquotes
Browse files Browse the repository at this point in the history
This centers the text in the blockquote. They were vertically offset before.

Co-authored-by: Ian Rohde <[email protected]>
  • Loading branch information
aburke07 and ianrohde authored Jun 28, 2023
1 parent 5c1739f commit a21785d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/templates/troubleshooting/prerendered.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ const renderStyles: SystemStyleObject = {
borderTopWidth: '1px',
borderBottomWidth: '1px',
},

'& > p': {
marginBlock: '8px',
},
},

td: {
Expand Down

0 comments on commit a21785d

Please sign in to comment.