Skip to content

Title's icon must be re-style in RTL mode #201

@dehghani-mehdi

Description

@dehghani-mehdi

Hi man,

Thanks again for plugin, just updated my codes to using v3.x, really nice!

In rtl mode, you need to change margin-right to margin-left, also margin-right set to 0, as I shown below:

.jconfirm.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    margin-left: 8px;
    margin-right: 0;
}

Thank you !
Mehdi

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