We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cef51 commit 3e93dcfCopy full SHA for 3e93dcf
frontend/src/components/ui/sidebar/SidebarGroup.vue
@@ -9,7 +9,10 @@ const props = defineProps<{
9
</script>
10
11
<template>
12
- <div data-sidebar="group" :class="cn('relative flex w-full min-w-0 flex-col p-2', props.class)">
+ <div
13
+ data-sidebar="group"
14
+ :class="cn('relative flex w-full min-w-0 flex-col px-4 py-2', props.class)"
15
+ >
16
<slot />
17
</div>
18
</template>
0 commit comments