diff --git a/website/playground/Playground.js b/website/playground/Playground.js index a339098d..5c8be7dc 100644 --- a/website/playground/Playground.js +++ b/website/playground/Playground.js @@ -98,41 +98,41 @@ class Playground extends React.Component { {editorState => ( - -
- - - - - - -
- -
-
- - {({ formatted, debugAst, debugDoc }) => ( + + {({ formatted, debugAst, debugDoc }) => ( + +
+ + + + + + +
+ +
+
- )} - -
-
-
- - -
-
- - Copy link - - - - Report issue - -
-
-
+
+
+
+ + +
+
+ + Copy link + + + + Report issue + +
+
+
+ )} + )}