Skip to content

BUG: Incorrect RTL styling for list #127

Description

@KOWX712

Issue

Currently ul/ol padding is hard-coded to padding-left: 2em;

.markdown-body ul,
.markdown-body ol {
margin-top: 0;
margin-bottom: 0;
padding-left: 2em;
}

Suggestion

Consider using padding-inline-start instead of padding-left or add a rtl styling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions