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:
commit
ed04d3080a
|
@ -1871,6 +1871,10 @@ a.reset_variations {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
tfoot {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.woocommerce-order-received {
|
||||
|
|
Loading…
Reference in New Issue