Skip to content

Commit 18a2523

Browse files
committed
[styles] Fix icon height inheritance within Card component
1 parent 8763961 commit 18a2523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Card.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const iconPath = iconName ? (iconName.includes(":") ? iconName : `ph:${iconName}
2121
<p class="title sl-flex">
2222
{
2323
iconPath && (
24-
<span class="icon">
24+
<span class="icon not-content">
2525
<Icon name={iconPath} size={iconSize} aria-hidden="true" />
2626
</span>
2727
)

0 commit comments

Comments
 (0)