Bug 1267499 - Fix Private Browsing start-page overflows off the window bottom r?Gijs draft
authorRicky Chien <ricky060709@gmail.com>
Wed, 27 Apr 2016 15:13:21 +0800
changeset 365542 ba456145d5a8c186497fb63b79c965e3f0645c22
parent 365494 674a552743785c28c75866969aad513bd8eaf6ae
child 520598 9ff21d66c4f1a1a1f5a7b15c65e3926356f5765e
push id17787
push userbmo:rchien@mozilla.com
push dateWed, 11 May 2016 02:27:00 +0000
reviewersGijs
bugs1267499
milestone49.0a1
Bug 1267499 - Fix Private Browsing start-page overflows off the window bottom r?Gijs MozReview-Commit-ID: F9Do3T8d7R3
browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css
--- a/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css
+++ b/browser/themes/shared/privatebrowsing/aboutPrivateBrowsing.css
@@ -46,22 +46,26 @@ a:hover:active {
 a:visited {
   color: var(--color-blue-darker);
 }
 
 .about-content-container {
   max-width: 780px;
 }
 
-section.section-main {
+.section-main {
   margin-bottom: 48px;
   -moz-margin-start: var(--icon-margin);
   -moz-padding-start: 24px;
 }
 
+.section-main:last-child {
+  margin-bottom: 0;
+}
+
 p {
   line-height: 1.5em;
 }
 
 .list-row {
   overflow: auto;
 }