Email layouts: Fix margin-left of details table

This commit is contained in:
Raphael Michel
2025-10-21 10:23:26 +02:00
parent cd0c6b2b0f
commit 0ab633ce7b
2 changed files with 12 additions and 0 deletions

View File

@@ -174,6 +174,12 @@
.order-details > thead > tr > td:first-child {
width: 20%;
}
.order-details, .cart-table {
border-spacing: 0;
}
.order-details td:first-child, .cart-table td:first-child {
padding-left: 0;
}
.order-details td {
font-size: 12px;
}

View File

@@ -197,6 +197,12 @@
.order-details > thead > tr > td:first-child {
width: 20%;
}
.order-details, .cart-table {
border-spacing: 0;
}
.order-details td:first-child, .cart-table td:first-child {
padding-left: 0;
}
.order-details td {
font-size: 12px;
}