From 8c87cda9abd83f430edd5d5f148e5b77548ab759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natal=C3=AD=20Paura?= <30585029+natilou@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:52:10 -0300 Subject: [PATCH] Fix label name length (#822) * Fix label name length The labels name were shortened to the max length of 20 characters and not taking advantage of extra space. And it was difficult to distinguish between labels with the same prefix. * run task ui:fix * fix label selector when creating an item * feat: sort styles for line wrapping --------- Co-authored-by: Tonya --- frontend/components/Label/Chip.vue | 2 +- frontend/components/Label/Selector.vue | 29 ++++++++++---------------- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/frontend/components/Label/Chip.vue b/frontend/components/Label/Chip.vue index bcb5ebe3..c1b4a0f8 100644 --- a/frontend/components/Label/Chip.vue +++ b/frontend/components/Label/Chip.vue @@ -42,6 +42,6 @@