jessepollak / card

:credit_card: make your credit card form better in one line of code
MIT License
11.65k stars 1.48k forks source link

Credit Card with RTL the float:right makes a problem #538

Open mfadel85 opened 2 years ago

mfadel85 commented 2 years ago

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?

melloware commented 2 years ago

I don't know if RTL supported was ever added to this component or not. I don't think it was.