atmosphere explorer
0
fork

Configure Feed

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

fix rkey overflow

Juliet 7aba1af6 3d72ee1a

+3 -1
+3 -1
src/views/collection.tsx
··· 40 40 class="flex w-full min-w-0 items-baseline rounded px-1 py-0.5" 41 41 trigger={ 42 42 <> 43 - <span class="shrink-0 text-sm text-blue-500 dark:text-blue-400">{props.record.rkey}</span> 43 + <span class="max-w-full shrink-0 truncate text-sm text-blue-500 dark:text-blue-400"> 44 + {props.record.rkey} 45 + </span> 44 46 <span class="ml-1 truncate text-xs text-neutral-500 dark:text-neutral-400" dir="rtl"> 45 47 {props.record.cid} 46 48 </span>