Merge pull request #20221 from mikeyarce/rtl-price-filter

Display price filter widget in LTR for RTL sites
This commit is contained in:
Mike Jolley 2018-05-25 11:41:12 +01:00 committed by GitHub
commit e506c4b3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1715,6 +1715,12 @@ p.demo_store,
float: right;
}
.rtl.woocommerce .price_label span {
unicode-bidi: embed;
/* rtl:ignore */
direction: ltr;
}
.woocommerce-message {
border-top-color: #8fae1b;