Skip to content

bug in RTL and using another fonts #131

@pejman-hkh

Description

@pejman-hkh

Current behaviour

In RTL direction and using another fonts this editor not work properly, I solved it with some extra CSS :

.simple-editor * {
    direction: ltr !important;
    text-align: left !important;
    font-family: "Fira code", "Fira Mono", monospace !important;
}

Metadata

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