Skip to content

Commit

Permalink
Fix display of custom value slider
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed May 29, 2023
1 parent f3afd62 commit 7c14c9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
margin-bottom: 0;
}

.spacing-sizes-control__range-control {
.spacing-sizes-control__range-control,
.spacing-sizes-control__custom-value-range {
height: 40px;
/* Vertically center the RangeControl until it has true 40px height. */
display: flex;
Expand Down

0 comments on commit 7c14c9f

Please sign in to comment.