diff --git a/apps/storefront/src/pages/orderDetail/components/OrderHistory.tsx b/apps/storefront/src/pages/orderDetail/components/OrderHistory.tsx index c634b496..5d512952 100644 --- a/apps/storefront/src/pages/orderDetail/components/OrderHistory.tsx +++ b/apps/storefront/src/pages/orderDetail/components/OrderHistory.tsx @@ -16,6 +16,14 @@ const HistoryListContainer = styled('div')(() => ({ '& > .MuiPaper-root': { boxShadow: 'none', }, + + '& table': { + '& td, & th': { + '&:first-of-type': { + paddingLeft: 0, + }, + }, + }, })) export default function OrderHistory() {