You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
Some servers (e.g. Mastodon v4.2.0-beta1+glitch) format posts with nested <p> tags. Glitch specifically will wrap text in a <li> in a <p>. The CSS file src/scss/global.scss includes the following rule:
p, label, input {
font-size: 1.3em;
}
Because this uses 1.3em, any nested <p> will be slightly larger than its parent.
Description of the issue
Some servers (e.g. Mastodon v4.2.0-beta1+glitch) format posts with nested
<p>tags. Glitch specifically will wrap text in a<li>in a<p>. The CSS filesrc/scss/global.scssincludes the following rule:Because this uses 1.3em, any nested
<p>will be slightly larger than its parent.How you found the issue
Steps to reproduce the behavior:
What you expected to happen
Text in the list element should be the same size as the surrounding text.
Screenshot