STYLE Adjust block editor link control styles by removing minimum width constraint for better layout flexibility
This commit is contained in:
parent
f22e6b495e
commit
d62ce0054f
|
|
@ -5,3 +5,8 @@
|
||||||
#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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user