Skip to content

Commit 87d5572

Browse files
SevereCloudactions-user
authored andcommitted
docs(Playground): fix whiteSpace (#9435)
1 parent db334f3 commit 87d5572

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

website/components/mdx/Playground/editorThemes/darkTheme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export const darkTheme = {
22
plain: {
33
color: '#e1e4e8',
44
backgroundColor: 'transparent',
5-
whiteSpace: 'nowrap',
65
overflow: 'auto',
76
},
87
styles: [

website/components/mdx/Playground/editorThemes/lightTheme.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export const lightTheme = {
22
plain: {
33
color: '#24292e',
44
backgroundColor: 'transparent',
5-
whiteSpace: 'nowrap',
65
overflow: 'auto',
76
},
87
styles: [

0 commit comments

Comments
 (0)