This issue has been created
 
 
Kanban Macro / cid:jira-generated-image-avatar-ef83cf91-9e0f-4405-a61f-a7ee09ce2727 KANBAN-15 Open

Break long item titles

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-5f452393-7924-43c1-a5a7-af6483642f45 Brassat Alexandru created this issue on 09/Dec/25 12:10
 
Summary: Break long item titles
Issue Type: cid:jira-generated-image-avatar-ef83cf91-9e0f-4405-a61f-a7ee09ce2727 Bug
Assignee: Unassigned
Attachments: image-2025-12-09-13-08-21-879.png
Created: 09/Dec/25 12:10
Priority: cid:jira-generated-image-static-minor-50537f3c-a25f-45e1-ac33-f7329a1ac6eb Minor
Reporter: Brassat Alexandru
Description:

Long kanban item titles overflow and look bad. The title should wrap nicely instead.

44442_image-2025-12-09-13-08-21-879.png

Example fix: Add this css

.kanban-item-title {
word-wrap: break-word;
overflow-wrap: break-word;
}