fix: misalignment of swimlanes group header (#6077)
This commit is contained in:
parent
1d9b02b085
commit
f7b2cee418
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ const visibilitySubGroupByGroupCount = (subGroupIssueCount: number, showEmptyGro
|
|||
|
||||
const SubGroupSwimlaneHeader: React.FC<ISubGroupSwimlaneHeader> = observer(
|
||||
({ getGroupIssueCount, sub_group_by, group_by, list, collapsedGroups, handleCollapsedGroups, showEmptyGroup }) => (
|
||||
<div className="relative flex h-max min-h-full w-full items-center gap-2">
|
||||
<div className="relative flex h-max min-h-full w-full items-center gap-4">
|
||||
{list &&
|
||||
list.length > 0 &&
|
||||
list.map((_list: IGroupByColumn) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue