diff --git a/packages/block-editor/src/components/link-control/style.scss b/packages/block-editor/src/components/link-control/style.scss index 959e1f30c11262..bbabde01b7434a 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -3,6 +3,12 @@ $block-editor-link-control-number-of-actions: 1; .block-editor-link-control { position: relative; min-width: $modal-min-width; + + .components-popover__content & { + min-width: auto; + width: 90vw; + max-width: $modal-min-width; + } } // LinkControl popover. @@ -147,7 +153,6 @@ $block-editor-link-control-number-of-actions: 1; text-overflow: ellipsis; max-width: 230px; overflow: hidden; - white-space: nowrap; } .block-editor-link-control__search-item-title {