Skip to content

Commit a320b88

Browse files
committed
Directory manager / Fix menu appearing below the form
1 parent faf26f7 commit a320b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/main/webapp/xslt/ui-metadata/menu-builder.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<div class="nav nav-tabs">
4646
<!-- Make a drop down choice to swith to one view to another -->
47-
<span id="gn-view-menu-{$metadataId}">
47+
<span id="gn-view-menu-{$metadataId}" class="btn-group">
4848
<button type="button"
4949
class="btn btn-default navbar-btn dropdown-toggle"
5050
data-toggle="dropdown"
@@ -54,7 +54,7 @@
5454
<i class="fa fa-eye"></i>
5555
<span class="caret"></span>
5656
</button>
57-
<ul class="dropdown-menu dropdown-menu-right" role="menu">
57+
<ul class="dropdown-menu" role="menu">
5858
<!-- links -->
5959
<xsl:choose>
6060
<xsl:when test="$isTemplate = 's'">

0 commit comments

Comments
 (0)