[commit: haddock] ghc-head, ghc-head1, master, wip/revert-ttg-2017-11-20, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13: Removed `nowrap` for interface method sigs (#674) (9d1a32f)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:10:34 UTC 2017


Repository : ssh://git@git.haskell.org/haddock

On branches: ghc-head,ghc-head1,master,wip/revert-ttg-2017-11-20,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13
Link       : http://git.haskell.org/haddock.git/commitdiff/9d1a32f264008700ebc6e29429b06606422fadda

>---------------------------------------------------------------

commit 9d1a32f264008700ebc6e29429b06606422fadda
Author: Paolo Veronelli <paolo.veronelli at gmail.com>
Date:   Tue Aug 29 07:42:13 2017 +0200

    Removed `nowrap` for interface method sigs (#674)
    
    with nowrap the interfaces method sigs would expand at libitum


>---------------------------------------------------------------

9d1a32f264008700ebc6e29429b06606422fadda
 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 0b18d6d..de706b9 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;
 }



More information about the ghc-commits mailing list