Skip to content

Commit

Permalink
Merge pull request #20 from sparksuite/limit-rtl-rules
Browse files Browse the repository at this point in the history
Limit application of RTL rules
  • Loading branch information
WesCossick authored Apr 28, 2021
2 parents 41c779a + bf19e0c commit dea3362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions invoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@
}

/** RTL **/
.rtl {
.invoice-box.rtl {
direction: rtl;
font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.rtl table {
.invoice-box.rtl table {
text-align: right;
}

.rtl table tr td:nth-child(2) {
.invoice-box.rtl table tr td:nth-child(2) {
text-align: left;
}
</style>
Expand Down

0 comments on commit dea3362

Please sign in to comment.