tangled
alpha
login
or
join now
pds.ls
/
pdsls
399
fork
atom
atmosphere explorer
pds.ls
tool
typescript
atproto
399
fork
atom
overview
issues
1
pulls
pipelines
prevent text wrapping inside og card
handle.invalid
1 week ago
f27735ce
0f4e0d17
verified
This commit was signed with the committer's
known signature
.
handle.invalid
SSH Key Fingerprint:
SHA256:mBrT4x0JdzLpbVR95g1hjI1aaErfC02kmLRkPXwsYCk=
+1
-1
1 changed file
expand all
collapse all
unified
split
src
worker.js
+1
-1
src/worker.js
···
187
187
}
188
188
return h(
189
189
"div",
190
190
-
{ style: { display: "flex", overflow: "hidden" } },
190
190
+
{ style: { display: "flex", overflow: "hidden", whiteSpace: "nowrap" } },
191
191
...guides,
192
192
...line.segments.map((seg) => h("div", { style: { color: seg.color } }, seg.text)),
193
193
);