From d62ce0054fc4c6921d82564d507e40e2ea5d4e2d Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 12 May 2025 16:55:57 +0200 Subject: [PATCH] STYLE Adjust block editor link control styles by removing minimum width constraint for better layout flexibility --- css/admin-style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/admin-style.css b/css/admin-style.css index 68ccfdd..1df9c01 100644 --- a/css/admin-style.css +++ b/css/admin-style.css @@ -4,4 +4,9 @@ #menu-posts { border-top: 1px solid rgba(255, 255, 255, 0.2) !important; +} + +.block-editor-block-inspector .block-editor-link-control, + .block-editor-block-inspector .block-editor-url-input { + min-width: unset !important; }