We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
rtl
margin-right
margin-left
0
.jconfirm.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c { margin-left: 8px; margin-right: 0; }
Thank you ! Mehdi
The text was updated successfully, but these errors were encountered:
hello @dehghani-mehdi Fixing this asap. Sorry for being this late at this issue.
Sorry, something went wrong.
@craftpip don't worry, will be great, looking fwd to fixed version.
#201 and more UI fixes
cadc7ae
Released the fixed version 👍
No branches or pull requests
Hi man,
Thanks again for plugin, just updated my codes to using v3.x, really nice!
In
rtl
mode, you need to changemargin-right
tomargin-left
, alsomargin-right
set to0
, as I shown below:Thank you !
Mehdi
The text was updated successfully, but these errors were encountered: