forked from CGM_Public/pretix_original
Email layouts: Fix margin-left of details table
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user