chore: board layout padding improvement (#6507)
This commit is contained in:
parent
312b077657
commit
58a4ca9f36
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ export const KanBan: React.FC<IKanBan> = observer((props) => {
|
|||
const isSubGroup = !!sub_group_id && sub_group_id !== "null";
|
||||
|
||||
return (
|
||||
<ContentWrapper className={`flex-row relative gap-4 py-4`}>
|
||||
<ContentWrapper className={`flex-row relative gap-4 !pt-2 !pb-0`}>
|
||||
{list &&
|
||||
list.length > 0 &&
|
||||
list.map((subList: IGroupByColumn, groupIndex) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue