Commit 2944946f authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-tooltip-width-issue-board' into 'master'

Fix tooltip width on collapsed issue board column titles

See merge request !14129
parents 782e04d2 a8457e3c
......@@ -8,7 +8,7 @@
"aria-hidden": "true" }
%span.board-title-text.has-tooltip{ "v-if": "list.type !== \"label\"",
":title" => '(list.label ? list.label.description : "")' }
":title" => '(list.label ? list.label.description : "")', data: { container: "body" } }
{{ list.title }}
%span.has-tooltip{ "v-if": "list.type === \"label\"",
......
---
title: Issue board tooltips are now the correct width when the column is collapsed
merge_request:
author: Jedidiah Broadbent
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment