atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

wrap record hover preview

Juliet 036e56f9 303fcec2

+1 -1
+1 -1
src/components/hover-card/record.tsx
··· 99 99 <div class="font-sans text-sm text-red-500 dark:text-red-400">{record()?.error}</div> 100 100 </Show> 101 101 <Show when={record()?.value && !record()?.loading}> 102 - <div class="font-mono text-xs whitespace-pre-wrap"> 102 + <div class="font-mono text-xs wrap-break-word"> 103 103 <JSONValue 104 104 data={record()?.value as any} 105 105 repo={parsed()?.repo || ""}