We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
whitespace-nowrap
1 parent e5d7e7e commit c5f9e16Copy full SHA for c5f9e16
components/PairItem.tsx
@@ -22,7 +22,7 @@ export default function PairItem({ url, name, variant }: PairItemProps) {
22
className="border rounded bg-transparent p-0.5"
23
/>
24
)}
25
- <a href={url} target="_blank">
+ <a href={url} target="_blank" className="whitespace-nowrap">
26
{name}
27
</a>
28
</p>
0 commit comments