Skip to content

Commit 4197d0e

Browse files
author
Korshenko, Olexii(okorshenko)
committed
Merge pull request #35 from magento-webdev/MAGETWO-44091
[WebDev] Error in registration email after static content deployment
2 parents 00d0fe9 + b64a694 commit 4197d0e

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)