Skip to content

Commit 93d4d8e

Browse files
chmstinfograf768
authored andcommitted
fix unpublish submenu module (#26009)
1 parent 8c22de4 commit 93d4d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/modules/mod_submenu/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<?php endif; ?>
3636
<?php foreach ($root->getChildren() as $child) : ?>
3737
<?php if ($child->hasChildren()) : ?>
38-
<div class="card">
38+
<div class="card module-wrapper">
3939
<?php if ($canEdit || $canChange) : ?>
4040
<?php $dropdownPosition = Factory::getLanguage()->isRTL() ? 'left' : 'right'; ?>
4141
<div class="module-actions dropdown">

0 commit comments

Comments
 (0)