We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf26f7 commit a320b88Copy full SHA for a320b88
web/src/main/webapp/xslt/ui-metadata/menu-builder.xsl
@@ -44,7 +44,7 @@
44
45
<div class="nav nav-tabs">
46
<!-- Make a drop down choice to swith to one view to another -->
47
- <span id="gn-view-menu-{$metadataId}">
+ <span id="gn-view-menu-{$metadataId}" class="btn-group">
48
<button type="button"
49
class="btn btn-default navbar-btn dropdown-toggle"
50
data-toggle="dropdown"
@@ -54,7 +54,7 @@
54
<i class="fa fa-eye"></i>
55
<span class="caret"></span>
56
</button>
57
- <ul class="dropdown-menu dropdown-menu-right" role="menu">
+ <ul class="dropdown-menu" role="menu">
58
<!-- links -->
59
<xsl:choose>
60
<xsl:when test="$isTemplate = 's'">
0 commit comments