this repo has no description

fix max width key

Changed files
+1 -1
src
components
+1 -1
src/components/json.tsx
··· 79 79 "flex-col": value === Object(value), 80 80 }} 81 81 > 82 - <span class="max-w-40% shrink-0 text-[#3a94c5] sm:max-w-none dark:text-cyan-500"> 82 + <span class="max-w-40% sm:max-w-50% shrink-0 text-[#3a94c5] dark:text-cyan-500"> 83 83 <span 84 84 class="group/clip relative flex size-fit cursor-pointer items-center" 85 85 onmouseleave={() => setClip(false)}