diff --git a/packages/block-editor/src/components/link-control/style.scss b/packages/block-editor/src/components/link-control/style.scss index 959e1f30c1126..5ca56bd7db73f 100644 --- a/packages/block-editor/src/components/link-control/style.scss +++ b/packages/block-editor/src/components/link-control/style.scss @@ -2,7 +2,8 @@ $block-editor-link-control-number-of-actions: 1; .block-editor-link-control { position: relative; - min-width: $modal-min-width; + width: 90vw; + max-width: $modal-min-width; } // LinkControl popover. @@ -147,7 +148,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 {