diff --git a/packages/graphql-playground-react/src/styles/graphiql_dark.css b/packages/graphql-playground-react/src/styles/graphiql_dark.css index 2ff2ec1ff..2904511de 100644 --- a/packages/graphql-playground-react/src/styles/graphiql_dark.css +++ b/packages/graphql-playground-react/src/styles/graphiql_dark.css @@ -1291,8 +1291,6 @@ span.CodeMirror-selectedtext { position: fixed; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; - white-space: pre-wrap; - white-space: pre; z-index: 100; } diff --git a/packages/graphql-playground-react/src/styles/graphiql_light.css b/packages/graphql-playground-react/src/styles/graphiql_light.css index d89a720ca..227626474 100644 --- a/packages/graphql-playground-react/src/styles/graphiql_light.css +++ b/packages/graphql-playground-react/src/styles/graphiql_light.css @@ -1321,8 +1321,6 @@ p:first-child, position: fixed; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; - white-space: pre-wrap; - white-space: pre; z-index: 100; }