WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

112

Morning,

somewhere in your main.css is the following snippet:

blockquote > p:not(:last-child) {
    margin-bottom: 0.1em;
}

This snippet fucks up how citations are being displayed (without any space between paragraphs) and should be deleted. There's another snippet, which sets the same margin to 1em, so the snippet I've mentioned actually appears to be redundant.

Morning, somewhere in your main.css is the following snippet: ``` blockquote > p:not(:last-child) { margin-bottom: 0.1em; } ``` This snippet fucks up how citations are being displayed (without any space between paragraphs) and should be deleted. There's another snippet, which sets the same margin to 1em, so the snippet I've mentioned actually appears to be redundant.

(post is archived)