Skip to content

Commit

Permalink
Range control: Restore bottom margin rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Sep 4, 2024
1 parent 3a310c4 commit 9ca4576
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
.spacing-sizes-control__range-control,
.spacing-sizes-control__custom-value-range {
flex: 1;
margin-bottom: 0; // Needed for some instances of the range control, such as the Spacer block.
}

.components-range-control__mark {
Expand Down

0 comments on commit 9ca4576

Please sign in to comment.