From 3ff6aeab2502352578ef5a7aa02ef065b0f9017d Mon Sep 17 00:00:00 2001 From: Andrew Gibiansky Date: Tue, 10 Mar 2015 22:34:09 -0700 Subject: [PATCH] Change get-type style from pre to pre-wrap --- html/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/custom.css b/html/custom.css index b9dda68c..3cac01eb 100644 --- a/html/custom.css +++ b/html/custom.css @@ -44,7 +44,7 @@ Custom IHaskell CSS. font-weight: bold; font-family: monospace; display: block; - white-space: pre; + white-space: pre-wrap; } .show-type {