Skip to content

Commit

Permalink
Merge pull request #4821 from skateman/drawer-tooltip-fix
Browse files Browse the repository at this point in the history
Fix bottom tooltip placement for notifications in the drawer

(cherry picked from commit cb080ec)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1635597
  • Loading branch information
mzazrivec authored and simaishi committed Oct 25, 2018
1 parent 52e34f6 commit 519f849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.drawer-pf-notification-content{'ng-click' => 'customScope.markNotificationRead(notification, notificationGroup)'}
%span.drawer-pf-notification-message{'uib-tooltip-append' => true,
'uib-tooltip-popup-delay' => 500,
'uib-tooltip-placement' => 'bottom',
'tooltip-placement' => 'bottom',
'uib-tooltip' => '{{ notification.message }}'}
{{ notification.message }}
.drawer-pf-notification-info{'ng-click' => 'customScope.markNotificationRead(notification, notificationGroup)'}
Expand Down

0 comments on commit 519f849

Please sign in to comment.