From 94770d677ed6b5ca64104fc304540f32bbb162c1 Mon Sep 17 00:00:00 2001 From: Mikhaela Tapia <98727316+mxkae@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:06:00 +0800 Subject: [PATCH] fix (WP 6.7): link input width and height (#3361) --- src/components/link-control/editor.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/link-control/editor.scss b/src/components/link-control/editor.scss index 0f6d6a8ae..59267347c 100644 --- a/src/components/link-control/editor.scss +++ b/src/components/link-control/editor.scss @@ -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; }