Skip to content

Commit bf2c2a9

Browse files
committed
Update tinyfilemanager.php
Resolve the problem of the User dropdown being cut off.
1 parent 64f7b29 commit bf2c2a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tinyfilemanager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3763,7 +3763,8 @@ function fm_show_nav_path($path)
37633763
<a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink-5" data-bs-toggle="dropdown" aria-expanded="false">
37643764
<i class="fa fa-user-circle"></i>
37653765
</a>
3766-
<div class="dropdown-menu text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME; ?>">
3766+
3767+
<div class="dropdown-menu dropdown-menu-end text-small shadow" aria-labelledby="navbarDropdownMenuLink-5" data-bs-theme="<?php echo FM_THEME; ?>">
37673768
<?php if (!FM_READONLY): ?>
37683769
<a title="<?php echo lng('Settings') ?>" class="dropdown-item nav-link" href="?p=<?php echo urlencode(FM_PATH) ?>&amp;settings=1"><i class="fa fa-cog" aria-hidden="true"></i> <?php echo lng('Settings') ?></a>
37693770
<?php endif ?>

0 commit comments

Comments
 (0)