From 4ba1ea1f9ea7cd5f452342a944dbce436cd51546 Mon Sep 17 00:00:00 2001
From: Shane Tomlinson <stomlinson@mozilla.com>
Date: Tue, 24 Jan 2012 01:29:15 +0000
Subject: [PATCH] Fix scrollbar showing in the Required Email screen if email
 is a primary.

Set the max-height to 130px instead of 110px.

issue #947
---
 resources/static/dialog/css/popup.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/static/dialog/css/popup.css b/resources/static/dialog/css/popup.css
index 46d4dd0d6..4555fa4ba 100644
--- a/resources/static/dialog/css/popup.css
+++ b/resources/static/dialog/css/popup.css
@@ -353,7 +353,7 @@ footer {
     margin: 1em 0 .5em;
     padding: 0 1em;
     line-height: 18px;
-    max-height: 110px;
+    max-height: 130px;
     overflow-y: auto;
 }
 
-- 
GitLab