mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 04:00:14 +01:00
fix: work item preview word break
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user