Skip to content

Commit

Permalink
GDB-11397 - position the dropdown repo list popovers in a better posi…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
DesiBorisova committed Dec 17, 2024
1 parent 3bf4e8d commit 572cd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<li ng-repeat="repository in getReadableRepositories() | orderBy: ['location', 'id']"
ng-if="!isRepoActive(repository)"
ng-mouseover="handlePopovers(repository)" popover-popup-delay="500"
popover-trigger="mouseenter" popover-placement="left"
popover-trigger="mouseenter" popover-placement="left-bottom"
uib-popover-template="popoverTemplate" popover-title="{{'security.repository.title' | translate}} {{repository.id}}">
<a class="dropdown-item" ng-click="setRepository(repository)" guide-selector="repository-{{repository.id}}-button">
<em ng-class="'icon-repo-' + repository.type" class="icon-1-5x"></em>
Expand Down

0 comments on commit 572cd95

Please sign in to comment.