Merge pull request #28951 from JoseeWouters/fix/alignment-checkout-review-in-twenty-twenty-one

Left align content in tfoot in checkout-review-order-table
This commit is contained in:
Roy Ho 2021-01-27 06:02:16 -08:00 committed by GitHub
commit ed04d3080a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1871,6 +1871,10 @@ a.reset_variations {
}
}
}
tfoot {
text-align: left;
}
}
.woocommerce-order-received {