Browse Source

Fix 1640: Formatting for code blocks nested in blockquote (#1899)

main
Camilo Giraldo 6 years ago
committed by Alex Krolick
parent
commit
2a1b08943c
  1. 4
      src/theme.js

4
src/theme.js

@ -405,6 +405,10 @@ const sharedStyles = {
marginTop: 0,
},
},
'& .gatsby-highlight': {
marginLeft: 0,
},
},
'& .gatsby-highlight + blockquote': {

Loading…
Cancel
Save