mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: issue peek view link list ui (#5045)
This commit is contained in:
committed by
GitHub
parent
2b570da890
commit
dda19b0a3f
@@ -27,7 +27,7 @@ export const IssueLinkList: FC<TIssueLinkList> = observer((props) => {
|
||||
if (!issueLinks) return <></>;
|
||||
|
||||
return (
|
||||
<div className="grid grid-cols-12 3xl:grid-cols-10 gap-2 px-9 py-4">
|
||||
<div className="space-y-2">
|
||||
{issueLinks &&
|
||||
issueLinks.length > 0 &&
|
||||
issueLinks.map((linkId) => (
|
||||
|
||||
Reference in New Issue
Block a user