Fix tooltip width on collapsed issue board column titles

This commit is contained in:
Jedidiah
2017-09-08 13:40:20 +00:00
committed by Phil Hughes
parent 782e04d2c9
commit a8457e3c63
2 changed files with 6 additions and 1 deletions

View File

@ -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\"",

View File

@ -0,0 +1,5 @@
---
title: Issue board tooltips are now the correct width when the column is collapsed
merge_request:
author: Jedidiah Broadbent
type: fixed