Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Nested <p> tags increase in size #75

@abackstrom

Description

@abackstrom

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 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.

How you found the issue

Steps to reproduce the behavior:

  1. View this post in Semaphore: https://chaosfem.tw/@rooster/111086538863703409

What you expected to happen

Text in the list element should be the same size as the surrounding text.

Screenshot

Semaphore screenshot showing a bulleted list with a larger font that the preceding paragraph

Metadata

Metadata

Assignees

No one assigned

    Labels

    💥 brokenSomething that is broken

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions