]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: move pre-wrap to css style fixup.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 02:32:47 +0000 (18:32 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 2 Mar 2020 02:32:47 +0000 (18:32 -0800)
basis/help/html/html.factor

index 4a11cff73695ba804257755c4c1c8790e54ea1fb..5a2599c66824c11f9a3bd7f8b71eb052dda0c794 100644 (file)
@@ -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 )