[WEB-1589] chore: fix list group header padding. (#4848)
This commit is contained in:
parent
c9cf7cc631
commit
0e63128d45
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export const HeaderGroupByCard = observer((props: IHeaderGroupByCard) => {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className="group/list-header relative w-full flex-shrink-0 flex items-center gap-2 py-1.5 pl-1">
|
||||
<div className="group/list-header relative w-full flex-shrink-0 flex items-center gap-2 py-1.5">
|
||||
{canSelectIssues && (
|
||||
<div className="flex-shrink-0 flex items-center w-3.5">
|
||||
<MultipleSelectGroupAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue