Skip to content

Commit addedd4

Browse files
authored
Merge pull request #616 from wzulfikar/main
Fix button overflow in trust hub in small screen
2 parents 75902f9 + 93c73c1 commit addedd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/trust/src/app/[id]/components/compliance-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function ComplianceHeader({ organization, title }: ComplianceHead
3939
</div>
4040
</div>
4141

42-
<div className="flex gap-2">
42+
<div className="grid sm:flex gap-2">
4343
<Link className={buttonVariants({ variant: "outline", className: "text-xs" })} href={`${organization.website || "https://trycomp.ai"}`}>
4444
Visit {organization.name} <ExternalLink className="w-3 h-3" />
4545
</Link>

0 commit comments

Comments
 (0)