Fix WooCommerce billing field wrapper

https://github.com/understrap/understrap/issues/698
Thanks @jchrislemmer
This commit is contained in:
Unknown 2018-06-05 20:57:52 -06:00
parent 2b807c55eb
commit b14a525d85
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// Fix billing field wrapper
.woocommerce-input-wrapper {
width: 100%;
}