diff --git a/playground/index.php b/playground/index.php index 011e568..56db6c8 100644 --- a/playground/index.php +++ b/playground/index.php @@ -162,6 +162,16 @@ #output { overflow-y: auto; padding: 4rem; + max-width: 100%; + } + #output code { + word-break: break-word; + white-space: break-spaces; + } + + #output img { + max-width: 100%; + height: auto; } ::-webkit-scrollbar {