[WEB-3347] fix: list layout stats indicator (#6582)
* fix: list layout stats indicator * chore: code refactor
This commit is contained in:
parent
49cc73b6ed
commit
4fd8b4a3a9
1 changed files with 2 additions and 2 deletions
|
|
@ -183,7 +183,7 @@ export const IssueBlock = observer((props: IssueBlockProps) => {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="flex w-full truncate">
|
<div className="flex gap-2 w-full truncate">
|
||||||
<div className="flex flex-grow items-center gap-0.5 truncate">
|
<div className="flex flex-grow items-center gap-0.5 truncate">
|
||||||
<div className="flex items-center gap-1" style={isSubIssue ? { marginLeft } : {}}>
|
<div className="flex items-center gap-1" style={isSubIssue ? { marginLeft } : {}}>
|
||||||
{/* select checkbox */}
|
{/* select checkbox */}
|
||||||
|
|
@ -257,7 +257,7 @@ export const IssueBlock = observer((props: IssueBlockProps) => {
|
||||||
disabled={isCurrentBlockDragging}
|
disabled={isCurrentBlockDragging}
|
||||||
renderByDefault={false}
|
renderByDefault={false}
|
||||||
>
|
>
|
||||||
<p className="w-full truncate cursor-pointer text-sm text-custom-text-100">{issue.name}</p>
|
<p className="truncate cursor-pointer text-sm text-custom-text-100">{issue.name}</p>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
{isEpic && <IssueStats issueId={issue.id} />}
|
{isEpic && <IssueStats issueId={issue.id} />}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue