Skip to content

Commit

Permalink
Tune appender margin. (#33866)
Browse files Browse the repository at this point in the history
* Tune appender margin.

* Remove margin almost entirely.
  • Loading branch information
jasmussen committed Aug 4, 2021
1 parent 5d5bc72 commit dbeaba0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
margin: $grid-unit-10 0;
}

// Add a uniform margin around the block.
// This can hopefully avoid havoc in flex containers.
margin: $grid-unit-10;
// Zero out the margin that's inherited from common.scss.
margin-bottom: revert;

// Black square plus appender.
.block-list-appender__toggle {
Expand Down

0 comments on commit dbeaba0

Please sign in to comment.