atproto explorer

fix record view

handle.invalid 5c04389f 88eba13e

verified
+1 -1
+1 -1
src/views/record.tsx
··· 206 206 <Show when={validRecord() === false}> 207 207 <div class="mb-2 break-words text-red-500 dark:text-red-400">{notice()}</div> 208 208 </Show> 209 - <div class="w-max max-w-screen px-4 font-mono text-xs wrap-anywhere whitespace-pre-wrap sm:text-sm md:max-w-[48rem]"> 209 + <div class="w-max max-w-screen min-w-full px-4 font-mono text-xs wrap-anywhere whitespace-pre-wrap sm:px-2 sm:text-sm md:max-w-[48rem]"> 210 210 <JSONValue data={record()?.value as any} repo={record()!.uri.split("/")[2]} /> 211 211 </div> 212 212 </Show>