You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
Thanks for your efforts,
I have a problem with the module when the direction of the page get rtl,
the float:right in .jp-card .jp-card-front .jp-card-lower .jp-card-expiry,
because the name also comes in the right,
I tried this but didn't work in chrome:
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry[direction="rtl"] {
float: left
}
what could be the solution?
The text was updated successfully, but these errors were encountered:
Hello everyone,
Thanks for your efforts,
I have a problem with the module when the direction of the page get rtl,
the float:right in .jp-card .jp-card-front .jp-card-lower .jp-card-expiry,
because the name also comes in the right,
I tried this but didn't work in chrome:
.jp-card .jp-card-front .jp-card-lower .jp-card-expiry[direction="rtl"] {
float: left
}
what could be the solution?
The text was updated successfully, but these errors were encountered: