Commit 5e532c2c authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'ss/fix-text-truncated-on-board-list' into 'master'

Add styles to fix board label text

See merge request gitlab-org/gitlab!24627
parents ec92e269 79e4c5ff
......@@ -29,7 +29,7 @@
":title" => '(list.assignee && list.assignee.username || "")' }
@{{ list.assignee.username }}
%span.has-tooltip.badge.color-label.title{ "v-if": "list.type === \"label\"",
%span.has-tooltip.badge.color-label.title.d-inline-block.mw-100.text-truncate.align-middle{ "v-if": "list.type === \"label\"",
":title" => '(list.label ? list.label.description : "")',
data: { container: "body", placement: "bottom" },
":style" => "{ backgroundColor: (list.label && list.label.color ? list.label.color : null), color: (list.label && list.label.textColor ? list.label.textColor : \"#2e2e2e\") }" }
......
---
title: Add styles for board list labels when text is too long
merge_request: 24627
author:
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