diff --git a/packages/block-editor/src/components/link-control/style.scss b/packages/block-editor/src/components/link-control/style.scss index 320bfcfd6a3371..6759385d0fe387 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -41,6 +41,10 @@ $block-editor-link-control-number-of-actions: 1; @include input-style__focus(); } } + + .components-base-control__field { + margin-bottom: 0; + } } .block-editor-link-control__search-error { @@ -103,7 +107,7 @@ $block-editor-link-control-number-of-actions: 1; .block-editor-link-control__search-results { margin: 0; - padding: $grid-unit-20/2 $grid-unit-20 $grid-unit-20; + padding: $grid-unit-20/2 $grid-unit-20 $grid-unit-20/2; max-height: 200px; overflow-y: auto; // allow results list to scroll