Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix vertical alignment of range control
  • Loading branch information
glendaviesnz committed Apr 4, 2023
commit 822312c291a5dd52df8d96aab8ed5e1628c8bc73
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
grid-column: 1;
}

.components-range-control {
.components-base-control.components-range-control {
margin-bottom: $grid-unit-20;
margin-top: 0;
height: 40px;
/* Vertically center the RangeControl until it has true 40px height. */
display: flex;
Expand Down