Skip to content

Commit d202e50

Browse files
author
Natalia Momotenko
committed
MAGETWO-44091: Error in registration email after static content deployment
1 parent 0efa2bc commit d202e50

File tree

1 file changed

+3
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_Sales/web/css/source

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_email.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
// ----------------------------------------------
101101

102102
.shipment-track {
103-
.table(@table__width, 0);
103+
.lib-table(@table__width, 0);
104104

105105
thead,
106106
tbody {
@@ -127,7 +127,7 @@
127127
// ----------------------------------------------
128128

129129
.email-items {
130-
.table(@table__width, 0);
130+
.lib-table(@table__width, 0);
131131
tfoot {
132132
> tr {
133133
> th,
@@ -241,6 +241,6 @@
241241

242242
.email-non-inline() {
243243
.email-items {
244-
.table-overflow();
244+
.lib-table-overflow();
245245
}
246246
}

0 commit comments

Comments
 (0)