Skip to content

Commit 3e93dcf

Browse files
committed
chore(frontend): update padding for sidebar group
1 parent b1cef51 commit 3e93dcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/src/components/ui/sidebar/SidebarGroup.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ const props = defineProps<{
99
</script>
1010

1111
<template>
12-
<div data-sidebar="group" :class="cn('relative flex w-full min-w-0 flex-col p-2', props.class)">
12+
<div
13+
data-sidebar="group"
14+
:class="cn('relative flex w-full min-w-0 flex-col px-4 py-2', props.class)"
15+
>
1316
<slot />
1417
</div>
1518
</template>

0 commit comments

Comments
 (0)