Skip to content

Commit

Permalink
Merge pull request #19780 from colemanw/searchTokenPopup
Browse files Browse the repository at this point in the history
SearchKit - Fix token menu positioning
  • Loading branch information
eileenmcnaughton authored Mar 10, 2021
2 parents 57d6e6b + 7cd0c63 commit 3c299b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<button type="button" class="btn btn-default-outline dropdown-toggle" ng-click="$ctrl.initTokens()" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{:: ts('Tokens') }} <span class="caret"></span>
</button>
<ul class="dropdown-menu">
<ul class="dropdown-menu dropdown-menu-right">
<li ng-repeat="(id, token) in $ctrl.tokens" >
<a href ng-click="$ctrl.insertToken(id)">{{ token.label }}</a>
</li>
Expand Down

0 comments on commit 3c299b5

Please sign in to comment.