fix: issue peek view label with longer title (#4892)

This commit is contained in:
Anmol Singh Bhatia 2024-06-20 17:00:11 +05:30 committed by GitHub
parent 01d785b9a9
commit 00de199a8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -357,7 +357,7 @@ export const PeekOverviewProperties: FC<IPeekOverviewProperties> = observer((pro
<Tag className="h-4 w-4 flex-shrink-0" />
<span>Labels</span>
</div>
<div className="flex w-full flex-col gap-3">
<div className="flex w-full flex-col gap-3 truncate">
<IssueLabel workspaceSlug={workspaceSlug} projectId={projectId} issueId={issueId} disabled={disabled} />
</div>
</div>