From 4799f2c4481c2df4a2f653e2f51ab3515cb9a735 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 1 Mar 2020 18:32:47 -0800 Subject: [PATCH] help.html: move pre-wrap to css style fixup. --- basis/help/html/html.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor index 4a11cff736..5a2599c668 100644 --- a/basis/help/html/html.factor +++ b/basis/help/html/html.factor @@ -116,7 +116,7 @@ M: pathname url-of ] re-replace-with R/ font-family: monospace;/ [ - " line-height: 125%;" append + " white-space: pre-wrap; line-height: 125%;" append ] re-replace-with ; : css-classes ( classes -- stylesheet )