Fix WooCommerce billing field wrapper
https://github.com/understrap/understrap/issues/698 Thanks @jchrislemmer
This commit is contained in:
parent
2b807c55eb
commit
b14a525d85
|
@ -0,0 +1,4 @@
|
|||
// Fix billing field wrapper
|
||||
.woocommerce-input-wrapper {
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue