From 0676f27ee1c6f8210e07af69ea4de616b523dab5 Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 15 Jan 2015 16:25:35 +0100 Subject: [PATCH] fix firefox not calculating footer right --- assets/styles/dashboard/dashboard.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/styles/dashboard/dashboard.scss b/assets/styles/dashboard/dashboard.scss index 84c837fe..f3e23745 100644 --- a/assets/styles/dashboard/dashboard.scss +++ b/assets/styles/dashboard/dashboard.scss @@ -544,10 +544,10 @@ p.repo.errored { footer { padding : 20px 0; background-color : #e0e0e0; - min-height : 65px; + min-height : 334px; font-size : 12px; line-height : 22px; - margin-top: -334px; /* sticky footer */ + margin-top : -334px; /* sticky footer */ } .wrapper { @@ -562,6 +562,7 @@ footer { } footer { margin-top: -204px; + min-height: 204px; } }