fix: work item preview word break

This commit is contained in:
Aaryan Khandelwal
2026-01-13 20:22:41 +05:30
parent 8399f64bee
commit bd325d4743

View File

@@ -48,7 +48,7 @@ export const WorkItemPreviewCard = observer(function WorkItemPreviewCard(props:
</div>
</div>
<div>
<h6 className="text-13">{workItem.name}</h6>
<h6 className="text-13 wrap-break-word">{workItem.name}</h6>
</div>
<div className="flex items-center gap-1 h-5">
<PriorityIcon priority={workItem.priority} withContainer />