elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

Whitespace in Feed #113

Closed chriscoyier closed 4 years ago

chriscoyier commented 4 years ago
Screen Shot 2020-08-19 at 12 46 58 PM

Inspecting that particular one, I see a <span> with fairly normal content inside it. But we do set everything in inside the feed to white-space: pre-wrap in CSS, so if it happened to start with a line-break, it will render as a line break. Maybe we can safely .trim() the white space from all feed elements before appending?

ondreian commented 4 years ago

When there is a leading <a> element in a <span> there can still be leading line breaks. :frowning: