Skip to content
Merged
Prev Previous commit
Next Next commit
Ensure there's padding for the bottom field
  • Loading branch information
andrewserong committed Nov 20, 2025
commit 2a822b2705c1bbe9b19ea4f8b14b9cab250232d4
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.block-editor-content-only-controls__screen {
&.components-navigator-screen {
padding: $grid-unit-10 0 0 0;
padding: $grid-unit-10 0 $grid-unit-20 0;
}

// Add border for the entire content controls and remove the similar border
Expand Down
Loading