chore: sync changes (#8343)

This commit is contained in:
Aaryan Khandelwal 2025-12-17 14:07:01 +05:30 committed by GitHub
parent d8930c5188
commit 7c6a6a3432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 69 additions and 49 deletions

View file

@ -49,7 +49,7 @@ export const IssueKanbanLayoutRoot = observer(function IssueKanbanLayoutRoot(pro
return (
<IssueLayoutHOC getGroupIssueCount={getGroupIssueCount} getIssueLoader={getIssueLoader}>
<div
className="horizontal-scrollbar scrollbar-lg relative flex size-ful overflow-x-auto overflow-y-hidden"
className="horizontal-scrollbar scrollbar-lg relative flex size-full overflow-x-auto overflow-y-hidden"
ref={scrollableContainerRef}
>
<div className="relative h-full w-max min-w-full">

View file

@ -50,7 +50,7 @@ const KanbanIssueDetailsBlock = observer(function KanbanIssueDetailsBlock(props:
</div>
</WithDisplayPropertiesHOC>
<div className="w-full line-clamp-1 text-13 text-14 text-primary mb-1.5">
<div className="w-full line-clamp-1 text-13 text-primary mb-1.5">
<Tooltip tooltipContent={issue.name}>
<span>{issue.name}</span>
</Tooltip>