Skip to content

Commit

Permalink
More tweaks to layout
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Sep 27, 2022
1 parent 3a4ee0b commit 0e5f434
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.tools-panel-item-spacing {
display: grid;
grid-template-columns: auto 1fr auto;
grid-row-gap: $grid-unit-05;
align-items: center;
}

Expand All @@ -27,6 +26,7 @@
grid-column: 1 / 1;
justify-content: left;
height: 16px;
margin-top: 12px;
}

.components-spacing-sizes-control__side-label {
Expand All @@ -37,7 +37,7 @@

&.is-unlinked {
.components-range-control.components-spacing-sizes-control__range-control {
margin: 0 0 $grid-unit-10 0;
margin-top: 12px;
}
}

Expand Down Expand Up @@ -76,6 +76,8 @@
&.is-small.has-icon {
padding: 0;
min-width: $icon-size;
height: 16px;
margin-top: 12px;
}
}

Expand Down

0 comments on commit 0e5f434

Please sign in to comment.