Skip to content

Commit

Permalink
Merge pull request #236 from bootscore/Fix-vertical-align-shipping-ta…
Browse files Browse the repository at this point in the history
…ble-in-checkout

Set checkout shipping table heading to top
  • Loading branch information
justinkruit committed Sep 8, 2022
2 parents 7ebaeeb + f8d6320 commit 25f2e6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/bootscore_woocommerce/_wc_checkout.scss
Expand Up @@ -25,6 +25,11 @@ WooCommerce Checkout
border-radius: $border-radius;
}

// Set shipping table to top
.woocommerce-shipping-totals th {
vertical-align: top;
}

// Terms & conditions collapse box
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
Expand Down

0 comments on commit 25f2e6b

Please sign in to comment.