Enabled product bundles

This commit is contained in:
Nedim Uka
2018-06-29 14:40:28 +02:00
parent e0514f7f57
commit b5475ff2f1
12004 changed files with 1694047 additions and 1610 deletions

View File

@@ -1711,10 +1711,11 @@ p.demo_store,
/**
* Right to left styles
*/
.rtl.woocommerce .price_label span {
unicode-bidi: embed;
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
/* rtl:ignore */
direction: ltr;
direction: ltr;
unicode-bidi: embed;
}
.woocommerce-message {