Xyphyn / photon

A replacement for lemmy-ui with more features, a better design, and more customizability.
https://phtn.app
GNU Affero General Public License v3.0
344 stars 38 forks source link

Markdown of lists is not properly displayed #299

Open Tywele opened 4 months ago

Tywele commented 4 months ago

Describe the bug List markdown is not properly displayed see screenshot

Expected behavior The text beside a bullet point should start in the same line.

Screenshots grafik

Versions

Xyphyn commented 4 months ago

css + markdown is a curse upon humanity

Xyphyn commented 4 months ago

trying to fix but i cant figure out how

Tywele commented 3 months ago

Before: grafik

After: grafik

Achieved by removing whitespace-pre-wrap class here: grafik

Don't know how much that helps you and what else this is changing but this seems to be one way of fixing it.