FIX icon on target blank for gutenberg editor header

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

View File

@ -11,3 +11,6 @@
min-width: unset !important;
}
}
.editor-header__settings a:after {
@apply !hidden;
}