Skip to content

Commit

Permalink
fix(VisitLinkRequirement): set word-break: break-all on link
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Feb 26, 2025
1 parent 118f55b commit 2941e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/requirements/VisitLink/VisitLinkRequirement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const LeaveGuildToExternalLinkAlert = ({
</p>

<div className="rounded-xl border border-border bg-blackAlpha-soft p-4">
<p className="font-medium">
<p className="font-medium break-all">
<span className="text-muted-foreground">{urlArray[0]}</span>
<span>{urlObj.hostname}</span>
<span className="text-muted-foreground">{urlArray[1]}</span>
Expand Down

0 comments on commit 2941e9c

Please sign in to comment.