From dcd970b097d3c58a8371a68189beed85017ed13b Mon Sep 17 00:00:00 2001 From: Nar Cuenca Date: Mon, 14 Aug 2023 09:15:36 +0800 Subject: [PATCH] fix: change width to use container 100% --- src/apps/content-editor/src/app/views/ItemList/ItemList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/content-editor/src/app/views/ItemList/ItemList.js b/src/apps/content-editor/src/app/views/ItemList/ItemList.js index 4704468f27..6c17e2d0c8 100644 --- a/src/apps/content-editor/src/app/views/ItemList/ItemList.js +++ b/src/apps/content-editor/src/app/views/ItemList/ItemList.js @@ -740,7 +740,7 @@ export default connect((state, props) => { reverseSort: filter.reverseSort, }} height={height} - width={width} + width="100%" > {RowRender}