From 925e9ab19355bdfe37aef44161e5cf5982a645d5 Mon Sep 17 00:00:00 2001 From: Paolo Veronelli Date: Sun, 27 Aug 2017 10:11:18 +0200 Subject: [PATCH] deleted the nowrap for interface method sigs with nowrap the interfaces method sigs would expand at libitum --- haddock-api/resources/html/Ocean.std-theme/ocean.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/haddock-api/resources/html/Ocean.std-theme/ocean.css b/haddock-api/resources/html/Ocean.std-theme/ocean.css index 8d3f91a9ca..20e37ca8da 100644 --- a/haddock-api/resources/html/Ocean.std-theme/ocean.css +++ b/haddock-api/resources/html/Ocean.std-theme/ocean.css @@ -419,9 +419,7 @@ div#style-menu-holder { vertical-align: top; padding-left: 0.5em; } -#interface td.src { - white-space: nowrap; -} + #interface td.doc p { margin: 0; }