Skip to content

Commit

Permalink
Allow reusable block top and bottom paddings to collapse. (#21472)
Browse files Browse the repository at this point in the history
This is a followup and addition to #21312. It's separate because it's not a regression.
  • Loading branch information
jasmussen authored Apr 10, 2020
1 parent 2b2cf74 commit e15c312
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/block/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
padding-left: 0;
padding-right: 0;
}

// Allow vertical paddings to collapse to better fit the flow.
.block-editor-writing-flow {
display: block;
}
}

0 comments on commit e15c312

Please sign in to comment.