STYLE Update admin CSS for menu and block editor link control

This commit is contained in:
Antoine 2025-05-12 16:07:20 +02:00
parent 300c695d8b
commit 2da33f7c82

View File

@ -4,3 +4,10 @@
#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-url-input {
min-width: unset !important;
}
}