Skip to content

Commit

Permalink
fix(gatsby-theme-docz): add pre-wrap to error (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
HikaruEgashira committed Mar 2, 2020
1 parent 251a1a5 commit ca6b02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/gatsby-theme-docz/src/components/Playground/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const error = {
bg: '#FF4757',
fontSize: 1,
color: 'white',
whiteSpace: 'pre-wrap',
}

export const previewWrapper = {
Expand Down

0 comments on commit ca6b02d

Please sign in to comment.