Skip to content

Commit

Permalink
fix(theme): add padding to tab item
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Oct 25, 2023
1 parent b351082 commit e9e0085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tab.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ if (Astro.slots.has("default")) {

<div id={uniqueId} class="hidden">
{/* additional div in case of adding styles to the content */}
<div id="tab-content" set:html={content} />
<div id="tab-content" class="mt-4" set:html={content} />
</div>

0 comments on commit e9e0085

Please sign in to comment.