Skip to content

Commit a6b4df0

Browse files
committed
Revert to xl
1 parent 79ed3b3 commit a6b4df0

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

docs/components/code-snippet/tooltip-content.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ interface Props {
99

1010
export function TooltipContent({ snippet }: Props) {
1111
return (
12-
<div className="max-w-2xl max-h-96 overflow-auto">
12+
<div className="max-w-xl max-h-96 overflow-auto">
1313
{snippet.container && (
1414
<div className="mb-2">
15-
<a
16-
href={snippet.container.url}
17-
target="_blank"
18-
rel="noopener noreferrer"
19-
className="font-semibold underline"
20-
>
15+
<a href={snippet.container.url} target="_blank" rel="noopener noreferrer" className="font-semibold underline">
2116
{snippet.container.name}
2217
</a>
2318
</div>

0 commit comments

Comments
 (0)