Skip to content

Commit

Permalink
Limit application of RTL rules
Browse files Browse the repository at this point in the history
  • Loading branch information
WesCossick authored Apr 28, 2021
1 parent 41c779a commit bf19e0c
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 bf19e0c

Please sign in to comment.