summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar_assignees.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-24 11:02:42 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-05-24 11:08:19 -0500
commita877e1a3b36620a7cf805c6affa5389c115d1aac (patch)
tree3ac77cc0b906c31a861d5dfe66f1e59656267cfa /app/views/shared/issuable/_sidebar_assignees.html.haml
parentc670fcc00520e51fc9ae8bf47f3abd8aedaad1e0 (diff)
downloadgitlab-ce-a877e1a3b36620a7cf805c6affa5389c115d1aac.tar.gz
Fix collapsed sidebar tooltips
Diffstat (limited to 'app/views/shared/issuable/_sidebar_assignees.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar_assignees.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar_assignees.html.haml b/app/views/shared/issuable/_sidebar_assignees.html.haml
index ad57943c329..e1cde527ad7 100644
--- a/app/views/shared/issuable/_sidebar_assignees.html.haml
+++ b/app/views/shared/issuable/_sidebar_assignees.html.haml
@@ -4,7 +4,7 @@
= _('Assignee')
= icon('spinner spin')
- else
- .sidebar-collapsed-icon.sidebar-collapsed-user{ data: { toggle: "tooltip", placement: "left", container: "body" }, title: sidebar_assignee_tooltip_label(issuable) }
+ .sidebar-collapsed-icon.sidebar-collapsed-user{ data: { toggle: "tooltip", placement: "left", container: "body", boundary: 'viewport' }, title: sidebar_assignee_tooltip_label(issuable) }
- if issuable.assignee
= link_to_member(@project, issuable.assignee, size: 24)
- else