Skip to content

Commit 1ac007f

Browse files
committed
MAGE-1003 Fix admin menu bug for Magento 2.4.7
1 parent 99b4bc8 commit 1ac007f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

view/adminhtml/web/css/common.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,3 +585,12 @@ form[action*="algoliasearch"] .accordion .config .value {
585585
.indexing-queue-logs-message p:last-child {
586586
margin-bottom: 0;
587587
}
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

Comments
 (0)