Skip to content

Commit 94770d6

Browse files
authored
fix (WP 6.7): link input width and height (#3361)
1 parent 758b1bd commit 94770d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/link-control/editor.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
min-width: auto;
77
width: 100%;
88

9+
.components-base-control {
10+
min-width: auto;
11+
}
12+
13+
.components-input-base {
14+
height: 30px;
15+
}
16+
917
.block-editor-link-control__search-input-wrapper {
1018
margin: 0;
1119
}

0 commit comments

Comments
 (0)