Skip to content

Commit

Permalink
Tweak code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka committed Sep 6, 2024
1 parent ab12173 commit 60d338f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/block-editor/src/hooks/layout.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.block-editor-hooks__layout-constrained {
.components-base-control {
// Cancel out extra margins added by block inspector
margin-bottom: 0;
margin-bottom: 0; // Cancel out margins added by block inspector
}
}

.block-editor-hooks__layout-constrained-helptext {
color: $gray-700;
font-size: $helptext-font-size;
margin-bottom: 0;
margin-bottom: 0; // Cancel out margins added by common.css
}

.block-editor-hooks__flex-layout-justification-controls,
Expand Down

0 comments on commit 60d338f

Please sign in to comment.