From cdd5d403981fac2355a3043405dd5e82599e84b7 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 17 Jan 2024 16:37:20 +0100 Subject: [PATCH] breaking words for link component on sidebar --- resources/css/admin-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/admin-style.css b/resources/css/admin-style.css index d93ebf7..d285c92 100644 --- a/resources/css/admin-style.css +++ b/resources/css/admin-style.css @@ -109,3 +109,6 @@ } } } +.block-editor-link-control__search-item-top { + word-break: break-all; +}