From 046e6e5533b12841cb2bf6acdf67fabbdaefae22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frane=20Poli=C4=87?= <16856471+fPolic@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:57:24 +0200 Subject: [PATCH] fix(dashboard): product table colum widths (#9329) **What** - set product title and sales channels column widths to a reasonable value so the scroll is visible on mobile resolutions only --- FIXES CC-527 --- .../table-cells/product/product-cell/product-cell.tsx | 6 ++++-- .../product/sales-channels-cell/sales-channels-cell.tsx | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/packages/admin/dashboard/src/components/table/table-cells/product/product-cell/product-cell.tsx b/packages/admin/dashboard/src/components/table/table-cells/product/product-cell/product-cell.tsx index f4ce38e6c5..13a5c086b0 100644 --- a/packages/admin/dashboard/src/components/table/table-cells/product/product-cell/product-cell.tsx +++ b/packages/admin/dashboard/src/components/table/table-cells/product/product-cell/product-cell.tsx @@ -9,11 +9,13 @@ type ProductCellProps = { export const ProductCell = ({ product }: ProductCellProps) => { return ( -