mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Fix tooltip width on collapsed issue board column titles
This commit is contained in:
@ -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\"",
|
||||
|
5
changelogs/unreleased/fix-tooltip-width-issue-board.yml
Normal file
5
changelogs/unreleased/fix-tooltip-width-issue-board.yml
Normal 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
|
Reference in New Issue
Block a user