Skip to content

Commit

Permalink
Make radius control match border and grid
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 27, 2022
1 parent bae2ddf commit d90c6b3
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
align-items: flex-start;

> .components-unit-control-wrapper {
width: 120px;
width: 116px;
margin-bottom: 0;
margin-right: #{$grid-unit-15};
margin-right: #{$grid-unit-20};
flex-shrink: 0;
}

Expand Down Expand Up @@ -51,14 +51,10 @@
}

.components-border-radius-control__input-controls-wrapper {
display: flex;
flex-wrap: wrap;

.components-border-radius-control__tooltip-wrapper {
width: calc(50% - #{$grid-unit-10});
margin-bottom: $grid-unit-10;
margin-right: $grid-unit-10;
}
display: grid;
gap: $grid-unit-20;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin-right: $grid-unit-15;
}

.component-border-radius-control__linked-button.has-icon {
Expand Down

0 comments on commit d90c6b3

Please sign in to comment.