From 44c6f371a8f4aa6221592aadaa64fc32df675167 Mon Sep 17 00:00:00 2001 From: Oleksandr Kozachuk Date: Fri, 6 Jan 2023 17:31:57 +0100 Subject: [PATCH] Wrap lines in HTML. --- helwasm/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helwasm/index.html b/helwasm/index.html index bbfb999..0cc36e1 100644 --- a/helwasm/index.html +++ b/helwasm/index.html @@ -70,7 +70,7 @@ .input { font-family: monospace; font-size: 16px; - white-space: pre; + white-space: pre-wrap; }