DashLinks: Add pull right to dropdown menu (#22233)

This commit is contained in:
Roman Misyurin 2020-02-20 12:02:13 +03:00 committed by GitHub
parent d2689b6d6c
commit e7244f0f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ function dashLink($compile: any, $sanitize: any, linkSrv: LinkSrv) {
if (link.asDropdown) {
template +=
'<ul class="dropdown-menu" role="menu">' +
'<ul class="dropdown-menu pull-right" role="menu">' +
'<li ng-repeat="dash in link.searchHits">' +
'<a href="{{dash.url}}" target="{{dash.target}}">{{dash.title}}</a>' +
'</li>' +