Fix vertical alignment of prices on checkout.
This commit is contained in:
parent
9c3afa0ab3
commit
8e215949f8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue