Browse Source

Overflow problem fixed

main
Sercan Eraslan 9 years ago
parent
commit
9b70f77143
  1. 1
      css/react.scss

1
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;

Loading…
Cancel
Save