Open
Description
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?