mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
chore: board layout padding improvement (#6507)
This commit is contained in:
committed by
GitHub
parent
312b077657
commit
58a4ca9f36
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user