Skip to content

Commit

Permalink
Ensure full width inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Dec 13, 2024
1 parent d9ea527 commit c95443c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/block-editor/src/components/link-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,15 @@ $block-editor-link-control-number-of-actions: 1;
.block-editor-link-control__setting {
margin-bottom: 0;
flex: 1;
padding: $grid-unit-10 0 $grid-unit-10 $grid-unit-30;
padding: $grid-unit-10 $grid-unit-30;

.components-base-control__field {
display: flex; // don't allow label to wrap under checkbox.
.components-base-control:not(.components-input-control) {
.components-base-control__field {
display: flex; // don't allow label to wrap under checkbox.
}
}

.components-base-control__field {
.components-checkbox-control__label {
color: $gray-900;
}
Expand Down

0 comments on commit c95443c

Please sign in to comment.