Skip to content

Commit

Permalink
Use min width to account for other languages
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jan 6, 2023
1 parent f95ff70 commit f19be24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $preview-image-height: 140px;
.components-base-control__label {
margin-right: $grid-unit-20;
margin-bottom: 0;
width: 29px; // align with search results.
min-width: 29px; // align with search results.
}

input[type="text"],
Expand Down

0 comments on commit f19be24

Please sign in to comment.