Skip to content

Commit f6aab39

Browse files
committed
fix(resource-iframe): update anchor class to allow long URLs to break on small screen sizes
1 parent 585c64a commit f6aab39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/resource-iframe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export function ResourceIframe({
115115
href={websiteUrl}
116116
target="_blank"
117117
rel="noopener"
118-
className="text-muted-foreground text-xs underline underline-offset-4"
118+
className="text-muted-foreground text-xs underline underline-offset-4 break-all"
119119
>
120120
{websiteUrl}
121121
</a>

0 commit comments

Comments
 (0)