fix: card title

This commit is contained in:
Torsten Dittmann
2025-03-07 13:35:17 +04:00
parent 02844c736b
commit c8e756953b
+1 -1
View File
@@ -9,7 +9,7 @@
<Layout.Stack gap="xl" justifyContent="space-around">
<Layout.GridFraction gap="xxxl" rowGap="xl" start={1} end={2}>
<Layout.Stack gap="xxs">
<Typography.Title size="s"><slot name="title" /></Typography.Title>
<Typography.Title size="s" truncate><slot name="title" /></Typography.Title>
{#if $$slots.default}
<Typography.Text>
<slot />