From 6a484a2d788d587c64cf88606708de7f02e08dca Mon Sep 17 00:00:00 2001 From: Carlos Pinedo Date: Tue, 21 Nov 2023 11:15:16 +0100 Subject: [PATCH] feat(Table): Added user cell width in styled element --- packages/table/src/core/Cell/Cell.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/table/src/core/Cell/Cell.tsx b/packages/table/src/core/Cell/Cell.tsx index 3fb70105a..3cfdafae1 100644 --- a/packages/table/src/core/Cell/Cell.tsx +++ b/packages/table/src/core/Cell/Cell.tsx @@ -27,7 +27,10 @@ export const Cell: React.FC = ({ {isEditMode ? editionContent : viewContent}