Skip to content

Commit

Permalink
Align labels on Link Control (#46936)
Browse files Browse the repository at this point in the history
* Align labels

* Use min width to account for other languages
  • Loading branch information
getdave authored Jan 6, 2023
1 parent 126dc2a commit c414c1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $preview-image-height: 140px;
.components-base-control__label {
margin-right: $grid-unit-20;
margin-bottom: 0;
min-width: 29px; // align with search results.
}

input[type="text"],
Expand Down

1 comment on commit c414c1d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in c414c1d.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/3855541978
📝 Reported issues:

Please sign in to comment.