fix: removes mistakenly added min-h from UserProfilePreview and random node_module

This commit is contained in:
= 2025-07-02 14:16:54 +01:00
parent ecb6db8069
commit 63c6bea2b9
2 changed files with 1 additions and 1 deletions

View file

@ -94,7 +94,7 @@
<p class="text-muted-foreground text-sm">@{profile.username}</p> <p class="text-muted-foreground text-sm">@{profile.username}</p>
{#if profile.bio && showBio} {#if profile.bio && showBio}
<p class="text-sm min-h-[80px]">{profile.bio}</p> <p class="text-sm">{profile.bio}</p>
{/if} {/if}
{#if stats} {#if stats}