fix: issue peek view link list ui (#5045)
This commit is contained in:
parent
2b570da890
commit
dda19b0a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue