satnaing / astro-paper

A minimal, accessible and SEO-friendly Astro blog theme
https://astro-paper.pages.dev/
MIT License
2.13k stars 440 forks source link

Weird line break in inline code #229

Closed vrabe closed 5 months ago

vrabe commented 5 months ago

If inline code is the first word of a line, some code background would be left in the previous line. The problem only appears in Firefox.

Screenshot 2024-01-12 at 14-47-22 AstroPaper 4 0 (https://astro-paper.pages.dev/posts/astro-paper-v4/)

The solution is simple. Just change content-[''] to content-none in base.css.