diff --git a/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx b/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx index 2d22c5c07..496d21dc7 100644 --- a/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx +++ b/src/orders/components/OrderDraftDetailsProducts/OrderDraftDetailsProducts.tsx @@ -32,16 +32,13 @@ const useStyles = makeStyles( marginLeft: AVATAR_MARGIN }, colPrice: { - textAlign: "right", - width: 150 + textAlign: "right" }, colQuantity: { - textAlign: "right", - width: 80 + textAlign: "right" }, colTotal: { - textAlign: "right", - width: 150 + textAlign: "right" }, errorInfo: { color: theme.palette.error.main diff --git a/src/orders/components/OrderDraftDetailsProducts/TableLine.tsx b/src/orders/components/OrderDraftDetailsProducts/TableLine.tsx index d01808011..f16e5fc2a 100644 --- a/src/orders/components/OrderDraftDetailsProducts/TableLine.tsx +++ b/src/orders/components/OrderDraftDetailsProducts/TableLine.tsx @@ -29,16 +29,13 @@ const useStyles = makeStyles( marginLeft: AVATAR_MARGIN }, colPrice: { - textAlign: "right", - width: 150 + textAlign: "right" }, colQuantity: { - textAlign: "right", - width: 80 + textAlign: "right" }, colTotal: { - textAlign: "right", - width: 150 + textAlign: "right" }, strike: { textDecoration: "line-through", @@ -47,13 +44,6 @@ const useStyles = makeStyles( errorInfo: { color: theme.palette.error.main }, - quantityField: { - "& input": { - padding: "12px 12px 10px", - textAlign: "right" - }, - width: 60 - }, table: { tableLayout: "fixed" } diff --git a/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx b/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx index 8c10a554f..5c2b7769e 100644 --- a/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx +++ b/src/orders/components/OrderDraftDetailsProducts/TableLineForm.tsx @@ -13,7 +13,7 @@ const useStyles = makeStyles( padding: "12px 12px 10px", textAlign: "right" }, - width: 60 + width: 100 } }), { name: "TableLineForm" }