From 313ff833faa22522e68129ca48bf08609e4b51ca Mon Sep 17 00:00:00 2001
From: NunoAlexandre <alexandre.nunomiguel@gmail.com>
Date: Tue, 20 Mar 2018 17:51:53 +0100
Subject: Fix issue with menu alignment on firefox

Reported and described here:
https://github.com/haskell/haddock/pull/721#issuecomment-374668869
---
 haddock-api/resources/html/NewOcean.std-theme/new-ocean.css | 1 +
 1 file changed, 1 insertion(+)

(limited to 'haddock-api/resources/html')

diff --git a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
index d9d249ce..63443f19 100644
--- a/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
+++ b/haddock-api/resources/html/NewOcean.std-theme/new-ocean.css
@@ -144,6 +144,7 @@ body.js-enabled .hide-when-js-enabled {
   #package-header .caption {
     display: inline-block;
     margin: 3px 1em 2px 2em;
+    float: left;
   }
 
   #package-header ul.links {
-- 
cgit v1.2.3