From ea10ed0a3052f11b3212ca8e23f5e02d2eacc96d Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Tue, 23 Aug 2022 21:27:13 +0200 Subject: [PATCH] fixed linebreak in code blocks --- playground/index.php | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 {