Bug 1416106 - Part 13: Remove extra margin-bottom. r?gl draft
authorDaisuke Akatsuka <dakatsuka@mozilla.com>
Thu, 15 Feb 2018 13:29:21 +0900
changeset 755297 b2b19b960bb0a6c032d8caabd06811dc5a24eeb5
parent 755296 007e43e02fa7705d775bf09af43930c7aeb43359
child 755313 d9fb9d5d1a9b2f926177faca561a42361d5ba778
push id99144
push userbmo:dakatsuka@mozilla.com
push dateThu, 15 Feb 2018 04:31:26 +0000
reviewersgl
bugs1416106
milestone60.0a1
Bug 1416106 - Part 13: Remove extra margin-bottom. r?gl MozReview-Commit-ID: 4NjZ9HKegX1
devtools/client/themes/animation.css
--- a/devtools/client/themes/animation.css
+++ b/devtools/client/themes/animation.css
@@ -295,17 +295,17 @@
 .keyframes-progress-tick-item.right {
   border-right: var(--tick-line-style);
 }
 
 /* Animated Property List */
 .animated-property-list {
   flex: 1;
   list-style-type: none;
-  margin-top: 0;
+  margin: 0;
   overflow-y: auto;
   padding: 0;
 }
 
 /* Animated Property Item */
 .animated-property-item {
   display: flex;
   height: 30px;