Skip to content

Commit

Permalink
fix (WP 6.7): link input width and height (#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxkae authored Nov 5, 2024
1 parent 758b1bd commit 94770d6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/link-control/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
min-width: auto;
width: 100%;

.components-base-control {
min-width: auto;
}

.components-input-base {
height: 30px;
}

.block-editor-link-control__search-input-wrapper {
margin: 0;
}
Expand Down

0 comments on commit 94770d6

Please sign in to comment.