Merge pull request #29485 from woocommerce/fix/28700

Adjust alignment issues for Twenty Twenty One theme closes #28700
This commit is contained in:
Barry Hughes 2021-03-24 16:00:45 -07:00 committed by GitHub
commit 49e96300cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1433,6 +1433,11 @@ a.reset_variations {
}
.woocommerce-cart {
table.woocommerce-cart-form__contents {
thead, tfoot {
text-align: left;
}
}
.post-inner {
padding-top: 0;
@ -2123,6 +2128,10 @@ a.reset_variations {
.woocommerce-table--order-details {
margin-bottom: 2rem;
thead, tfoot {
text-align: left;
}
}
/**