We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b4bc8 commit 1ac007fCopy full SHA for 1ac007f
view/adminhtml/web/css/common.css
@@ -585,3 +585,12 @@ form[action*="algoliasearch"] .accordion .config .value {
585
.indexing-queue-logs-message p:last-child {
586
margin-bottom: 0;
587
}
588
+
589
+/* Fix for Magento 2.4.7 admin menu bug */
590
+.admin__menu .submenu > ul > li.column > ul > li.level-1:only-of-type > .submenu-group-title {
591
+ display: block !important;
592
+}
593
594
+.admin__menu .submenu > ul > li.column:only-of-type > ul > li.level-1:only-of-type > .submenu-group-title {
595
+ display: none !important;
596
0 commit comments