tangled
alpha
login
or
join now
bas.sh
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atmosphere explorer
0
fork
atom
overview
issues
pulls
pipelines
fix collapsed key expanding width
handle.invalid
2 weeks ago
d45eeb56
03fd5e72
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+3
-1
1 changed file
expand all
collapse all
unified
split
src
components
json.tsx
+3
-1
src/components/json.tsx
···
214
214
<span class="text-neutral-500 dark:text-neutral-400">:</span>
215
215
</span>
216
216
<Show when={!show() && summary()}>
217
217
-
<span class="text-neutral-400 dark:text-neutral-500">{summary()}</span>
217
217
+
<span class="absolute left-full ml-1 whitespace-nowrap text-neutral-400 dark:text-neutral-500">
218
218
+
{summary()}
219
219
+
</span>
218
220
</Show>
219
221
</button>
220
222
<span