Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.3.2 #33

Merged
merged 8 commits into from
Dec 22, 2024
Merged
Prev Previous commit
Next Next commit
Update packages/studiocms_ui/src/components/Tabs/TabItem.astro
Co-authored-by: Reuben Tier <[email protected]>
louisescher and TheOtterlord authored Dec 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c757e58c9ba43fde45536fa6600063c3cd224040
2 changes: 1 addition & 1 deletion packages/studiocms_ui/src/components/Tabs/TabItem.astro
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ const { icon, label, color = 'primary' } = Astro.props;
>
<slot />
</sui-tab-item>
<style is:global>
<style>
sui-tab-item {
display: none;
width: 100%;