Skip to content

Commit

Permalink
fix badge alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aelew committed Feb 6, 2024
1 parent 223cab1 commit 7b2dd3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/(tools)/(domain)/whois/[domain]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ export default async function WhoisLookupResultPage({
target="_blank"
key={status}
>
<Badge variant="outline" className="hover:bg-muted">
<Badge
className="-ml-[1px] border border-muted-foreground/25 shadow-sm hover:bg-muted"
variant="outline"
>
{status}
</Badge>
</Link>
Expand Down

0 comments on commit 7b2dd3d

Please sign in to comment.