Bug 1399955 - set notification-body max height to show more description;r=rexboy draft
authorgasolin <gasolin@gmail.com>
Wed, 20 Sep 2017 10:00:23 +0800
changeset 667453 8229e5aa168cb84593a9516d7efa1cc6d15bba66
parent 667452 b4615a23d333c49b75624ebaeba9bbc1458718f5
child 732384 c2e4d290a91eab3fc4147a462a78270a6ac5426c
push id80709
push userbmo:gasolin@mozilla.com
push dateWed, 20 Sep 2017 03:49:24 +0000
reviewersrexboy
bugs1399955
milestone57.0a1
Bug 1399955 - set notification-body max height to show more description;r=rexboy MozReview-Commit-ID: EKTtaugkUT9
browser/extensions/onboarding/content/onboarding.css
--- a/browser/extensions/onboarding/content/onboarding.css
+++ b/browser/extensions/onboarding/content/onboarding.css
@@ -526,17 +526,17 @@ a#onboarding-tour-screenshots-button:vis
   transform: translate(-50%, -50%);
 }
 
 #onboarding-notification-body {
   width: 500px;
   margin: 0 18px;
   color: #0c0c0d;
   display: inline-block;
-  max-height: 100%;
+  max-height: 120px;
   overflow: auto;
   padding: 15px 0;
   box-sizing: border-box;
 }
 
 #onboarding-notification-body * {
   font-size: 12px;
   font-weight: normal;