Skip to content

Commit

Permalink
webdav: fix dropdown menu layout
Browse files Browse the repository at this point in the history
Fixes: #6933
Acked-by: Lea Morschel
Target: master, 9.0, 8.2
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Jun 9, 2023
1 parent 96c8a9b commit 326de63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/share/webdav/templates/html.stg
Expand Up @@ -155,7 +155,7 @@ render(body) ::= <<
<button class="btn dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<span class="fa-solid fa-user-shield"></span>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<ul class="dropdown-menu dropdown-menu-lg-end">
$subject.principals:{p|<li><a class="dropdown-item" href="#">$p$</a></li>}$
</ul>
</div>
Expand Down

0 comments on commit 326de63

Please sign in to comment.