Skip to content

Commit

Permalink
fix(gatsby-theme-docz): fix preview padding
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Dec 16, 2019
1 parent 320f5c4 commit ebebd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/gatsby-theme-docz/src/components/Playground/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ export const previewInner = (showingCode, height = 'auto') => ({
})

export const preview = {
m: 0,
p: '20px',
margin: 0,
padding: '20px',
}

export const buttons = {
Expand Down

0 comments on commit ebebd1c

Please sign in to comment.