Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit ca6b02d

Browse files
fix(gatsby-theme-docz): add pre-wrap to error (#1406)
1 parent 251a1a5 commit ca6b02d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • core/gatsby-theme-docz/src/components/Playground

core/gatsby-theme-docz/src/components/Playground/styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const error = {
1818
bg: '#FF4757',
1919
fontSize: 1,
2020
color: 'white',
21+
whiteSpace: 'pre-wrap',
2122
}
2223

2324
export const previewWrapper = {

0 commit comments

Comments
 (0)