From 9d1a32f264008700ebc6e29429b06606422fadda Mon Sep 17 00:00:00 2001 From: Paolo Veronelli Date: Tue, 29 Aug 2017 07:42:13 +0200 Subject: Removed `nowrap` for interface method sigs (#674) 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(-) (limited to 'haddock-api/resources') diff --git a/haddock-api/resources/html/Ocean.std-theme/ocean.css b/haddock-api/resources/html/Ocean.std-theme/ocean.css index 0b18d6da..de706b99 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; } -- cgit v1.2.3