Skip to content

nav li::before breaks flexbox lists #233

Open
@GauBen

Description

These lines break display: flex lists:

sanitize.css/sanitize.css

Lines 102 to 105 in 092d0d8

:where(nav li)::before {
content: "\200B";
float: left;
}

Without:

image

With these lines, a ~10px gap appears:

image

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions