diff --git a/custom.css b/custom.css index bb6c5143..1d873ce5 100644 --- a/custom.css +++ b/custom.css @@ -64,3 +64,9 @@ textarea.invalid:focus { max-height: 300px; overflow-x: hidden; } + +#source { + white-space: pre; + overflow-wrap: normal; + overflow-x: scroll; +} diff --git a/index.html b/index.html index 2c5a1ffe..c5dfc7a9 100644 --- a/index.html +++ b/index.html @@ -18,32 +18,34 @@