Skip to content

Fix whitespace around <ul> #1121

Open
Open
@cmacht

Description

@cmacht

While working on a guide, I noticed the weird looking whitespace between p and ul elements:

If you don't want to modify theme.css, you could add the following code in _static/custom.css :

/* remove redundant whitespace in notes */
.note p + ul {
  margin-top: -24px;
}

I would make a pull request, but Sphinx did not include my custom.css changes with make clean html?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working. ✨Goodie for three PRs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions