atmosphere explorer pds.ls
tool typescript atproto

prevent text wrapping inside og card

handle.invalid f27735ce 0f4e0d17

verified
+1 -1
+1 -1
src/worker.js
··· 187 187 } 188 188 return h( 189 189 "div", 190 - { style: { display: "flex", overflow: "hidden" } }, 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 );