From 080ff5ad736eb533fa4525ad1f588ca6adbdd3b5 Mon Sep 17 00:00:00 2001 From: Sercan Eraslan Date: Fri, 22 Jan 2016 20:51:15 +0200 Subject: [PATCH] Overflow problem fixed --- docs/css/react.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/css/react.scss b/docs/css/react.scss index 237c430843..4bbb8cad08 100644 --- a/docs/css/react.scss +++ b/docs/css/react.scss @@ -409,6 +409,7 @@ h1, h2, h3, h4, h5, h6 { .playgroundPreview { padding: 0; width: 600px; + word-wrap: break-word; pre { @include code-typography;