Skip to content

Commit 6d5a3b6

Browse files
chore(docs): add padding to ComponentLoader (#107)
* fix(ComponentViewer): add padding to component preview for better spacing * chore: add padding to ComponentLoader * chore: remove padding class from component preview Removed padding class from component preview. --------- Co-authored-by: Charlie Wang <[email protected]>
1 parent 83ad80b commit 6d5a3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/components/ComponentLoader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ withDefaults(defineProps<Props>(), {
2929
>
3030
<ResizablePanelGroup direction="horizontal">
3131
<ResizablePanel :default-size="100">
32-
<div class="h-[600px] overflow-auto">
32+
<div class="h-[600px] overflow-auto p-1">
3333
<ComponentViewer :component-name="componentName" />
3434
</div>
3535
</ResizablePanel>

0 commit comments

Comments
 (0)