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 8d002c55b8ea073b6f4e377e28050bc2cb877b48..9fbeb9458d058cc24b1d29f3d4c0b0cda16bae39 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(); } }