Fix vertical alignment of prices on checkout.

This commit is contained in:
Jeff Stieler 2022-01-12 14:59:13 -07:00
parent 9c3afa0ab3
commit 8e215949f8
1 changed files with 1 additions and 1 deletions

View File

@ -904,11 +904,11 @@ $tt2-gray: #f7f7f7;
th {
text-align: left;
font-weight: normal;
vertical-align: text-top;
}
th, td {
padding: 1rem 1rem 1rem 0;
vertical-align: text-top;
}
tbody {