Bug 1330840 - Add Padding to in-content Insecure Password Warning. r=MattN draft
authorJohann Hofmann <jhofmann@mozilla.com>
Fri, 03 Feb 2017 12:38:06 +0100
changeset 479843 f5eb9ed78cffe1edb8756fe0d1eb68af70e871a0
parent 479651 af8a2573d0f1e9cc6f2ba0ab67d7a702a197f177
child 544807 d0b915c1570eac79ac7ffb4edb7977b1f3a3ff74
push id44385
push userbmo:jhofmann@mozilla.com
push dateTue, 07 Feb 2017 12:18:34 +0000
reviewersMattN
bugs1330840
milestone54.0a1
Bug 1330840 - Add Padding to in-content Insecure Password Warning. r=MattN MozReview-Commit-ID: 9jgdZPIfpMI
browser/base/content/browser.xul
--- a/browser/base/content/browser.xul
+++ b/browser/base/content/browser.xul
@@ -141,16 +141,17 @@
     <tooltip id="remoteBrowserTooltip"/>
 
     <!-- for search and content formfill/pw manager -->
 
     <panel type="autocomplete-richlistbox"
            id="PopupAutoComplete"
            noautofocus="true"
            hidden="true"
+           overflowpadding="4"
            norolluponanchor="true" />
 
     <!-- for search with one-off buttons -->
     <panel type="autocomplete" id="PopupSearchAutoComplete" noautofocus="true" hidden="true"/>
 
     <!-- for url bar autocomplete -->
     <panel type="autocomplete-richlistbox"
            id="PopupAutoCompleteRichResult"