Skip to content

Commit

Permalink
fix: table spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
julietafrade97 committed Dec 19, 2024
1 parent 7567e73 commit a1faa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blocks/table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<table
class={clsx(
'table w-full table-fixed border-separate border-spacing-0 overflow-hidden rounded-lg border border-border group-[.rich-text]:mb-4',
'table w-full table-fixed border-separate border-spacing-0 overflow-hidden rounded-lg border border-border group-[.rich-text]:my-10',
$$restProps.class
)}
use:storyblokEditable={block}
Expand Down

0 comments on commit a1faa18

Please sign in to comment.