[WEB-5606] fix: work item preview word break #8537
This commit is contained in:
parent
60da3df508
commit
98253e3085
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,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 h-5 items-center gap-1">
|
||||
<PriorityIcon priority={workItem.priority} withContainer />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue