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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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