atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prevent text wrapping inside og card

Juliet f27735ce 0f4e0d17

+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 );