fixed linebreak in code blocks

feature/strict-mode
Michael Ochmann 3 years ago
parent 7c95ce46fe
commit ea10ed0a30
  1. 10
      playground/index.php

@ -162,6 +162,16 @@
#output { #output {
overflow-y: auto; overflow-y: auto;
padding: 4rem; padding: 4rem;
max-width: 100%;
}
#output code {
word-break: break-word;
white-space: break-spaces;
}
#output img {
max-width: 100%;
height: auto;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {

Loading…
Cancel
Save