STYLE Adjust block editor link control styles by removing minimum width constraint for better layout flexibility

This commit is contained in:
Antoine 2025-05-12 16:55:57 +02:00
parent f22e6b495e
commit d62ce0054f

View File

@ -4,4 +4,9 @@
#menu-posts { #menu-posts {
border-top: 1px solid rgba(255, 255, 255, 0.2) !important; 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;
} }