fix: removes mistakenly added min-h from UserProfilePreview and random node_module
This commit is contained in:
parent
ecb6db8069
commit
63c6bea2b9
2 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
<p class="text-muted-foreground text-sm">@{profile.username}</p>
|
||||
|
||||
{#if profile.bio && showBio}
|
||||
<p class="text-sm min-h-[80px]">{profile.bio}</p>
|
||||
<p class="text-sm">{profile.bio}</p>
|
||||
{/if}
|
||||
|
||||
{#if stats}
|
||||
|
|
|
|||
Reference in a new issue