FIX icon on target blank for gutenberg editor header

This commit is contained in:
Antoine M 2025-07-16 15:29:00 +02:00
parent c3dbfc2bab
commit feafe48e06

View File

@ -9,4 +9,8 @@
.block-editor-block-inspector .block-editor-link-control,
.block-editor-block-inspector .block-editor-url-input {
min-width: unset !important;
}
.editor-header__settings a:after {
display: none !important;
}