Skip to content

Commit cf6dfa1

Browse files
committed
fix: removed the added padding
1 parent 22bd816 commit cf6dfa1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/ui-components/Containers/MetaBar/index.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
w-full
2222
flex-col
2323
gap-1.5
24-
pb-12
2524
[scrollbar-width:none]
2625
lg:max-h-[calc(100vh-6rem)]
2726
lg:overflow-y-auto
@@ -75,8 +74,7 @@
7574
}
7675

7776
&:last-child {
78-
@apply mb-0
79-
p-4;
77+
@apply mb-0;
8078
}
8179
}
8280

0 commit comments

Comments
 (0)