Skip to content

Commit bf19e0c

Browse files
authored
Limit application of RTL rules
1 parent 41c779a commit bf19e0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

invoice.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,16 @@
8484
}
8585

8686
/** RTL **/
87-
.rtl {
87+
.invoice-box.rtl {
8888
direction: rtl;
8989
font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
9090
}
9191

92-
.rtl table {
92+
.invoice-box.rtl table {
9393
text-align: right;
9494
}
9595

96-
.rtl table tr td:nth-child(2) {
96+
.invoice-box.rtl table tr td:nth-child(2) {
9797
text-align: left;
9898
}
9999
</style>

0 commit comments

Comments
 (0)