From b2414f500b9957c44d980311c7ad9087f2fcb7a4 Mon Sep 17 00:00:00 2001 From: longnguyen Date: Sun, 24 Feb 2019 20:22:58 +0700 Subject: [PATCH] Fix the order of Provine - District field not working when update WC to version 3.5.1 (#60) --- assets/provinces.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/provinces.css b/assets/provinces.css index 4c8a0de..0afc6a6 100644 --- a/assets/provinces.css +++ b/assets/provinces.css @@ -1,4 +1,4 @@ -.woocommerce-billing-fields__field-wrapper.active { +.woocommerce-billing-fields__field-wrapper { display: flex; flex-wrap: wrap; }