Skip to content

Commit

Permalink
Merge pull request #35 from magento-webdev/MAGETWO-44091
Browse files Browse the repository at this point in the history
[WebDev] Error in registration email after static content deployment
  • Loading branch information
Korshenko, Olexii(okorshenko) committed Oct 23, 2015
2 parents 00d0fe9 + b64a694 commit 4197d0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
// ----------------------------------------------

.shipment-track {
.table(@table__width, 0);
.lib-table(@table__width, 0);

thead,
tbody {
Expand All @@ -127,7 +127,7 @@
// ----------------------------------------------

.email-items {
.table(@table__width, 0);
.lib-table(@table__width, 0);
tfoot {
> tr {
> th,
Expand Down Expand Up @@ -241,6 +241,6 @@

.email-non-inline() {
.email-items {
.table-overflow();
.lib-table-overflow();
}
}

0 comments on commit 4197d0e

Please sign in to comment.