Fix the order of Provine - District field not working when update WC to version 3.5.1 (#60)

This commit is contained in:
longnguyen
2019-02-24 20:22:58 +07:00
committed by Dat Hoang
parent a41866d8ea
commit b2414f500b
+1 -1
View File
@@ -1,4 +1,4 @@
.woocommerce-billing-fields__field-wrapper.active { .woocommerce-billing-fields__field-wrapper {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
} }