fix: Truncate long label names in the sidebar (#1309)

Co-authored-by: Pranav Raj S <pranav@thoughtwoot.com>
This commit is contained in:
amd-9
2020-10-10 20:10:11 +03:00
committed by GitHub
parent 3bb2d27646
commit 7d409321e9
2 changed files with 17 additions and 4 deletions

View File

@@ -275,6 +275,7 @@ export default {
id: label.id,
label: label.title,
color: label.color,
truncateLabel: true,
toState: frontendURL(
`accounts/${this.accountId}/label/${label.title}`
),