diff --git a/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_email.less b/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_email.less index 8d002c55b8ea0..9fbeb9458d058 100644 --- a/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_email.less +++ b/app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_email.less @@ -100,7 +100,7 @@ // ---------------------------------------------- .shipment-track { - .table(@table__width, 0); + .lib-table(@table__width, 0); thead, tbody { @@ -127,7 +127,7 @@ // ---------------------------------------------- .email-items { - .table(@table__width, 0); + .lib-table(@table__width, 0); tfoot { > tr { > th, @@ -241,6 +241,6 @@ .email-non-inline() { .email-items { - .table-overflow(); + .lib-table-overflow(); } }