Skip to content

Commit

Permalink
Bug 1596858 - Different spacing above Enabled and Disabled headers wh…
Browse files Browse the repository at this point in the history
…ile there is no enabled add-on r=mstriemer

Differential Revision: https://phabricator.services.mozilla.com/D67270
  • Loading branch information
aarushivij committed Mar 23, 2020
1 parent 734ecb6 commit 603bdb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions toolkit/mozapps/extensions/content/aboutaddons.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,11 @@ message-bar-stack > * {
.list-section-heading {
font-size: 17px;
font-weight: 600;
margin-top: 32px;
margin-bottom: 16px;
}

/* The margin is set on the main heading, no need on the first subheading. */
addon-list > section:first-of-type .list-section-heading {
margin-top: 0;
.section {
margin-bottom: 32px;
}

/* Add-on cards */
Expand Down

0 comments on commit 603bdb8

Please sign in to comment.