Skip to content

Instantly share code, notes, and snippets.

@anastransvelo
Last active May 26, 2020 10:46
Show Gist options
  • Save anastransvelo/c62c7c4cc1e20ff9297aa2ffd8ed18bb to your computer and use it in GitHub Desktop.
Save anastransvelo/c62c7c4cc1e20ff9297aa2ffd8ed18bb to your computer and use it in GitHub Desktop.
Electro plugin style issue
.woocommerce-checkout-review-order-table tfoot .cart-subtotal + tr:not(.order-total) > td {
flex-grow: 1;
margin-left: 60px;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal + tr:not(.order-total) > th {
flex-shrink: 0;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal + tr:not(.order-total) > td tr {
border-top: none;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal + tr:not(.order-total) > td tr .select2-container {
margin-bottom: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment