Skip to content

Commit 457499e

Browse files
authored
fix: change width to use container 100% (#2224)
1 parent fd9a41b commit 457499e

File tree

1 file changed

+1
-1
lines changed
  • src/apps/content-editor/src/app/views/ItemList

1 file changed

+1
-1
lines changed

src/apps/content-editor/src/app/views/ItemList/ItemList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ export default connect((state, props) => {
740740
reverseSort: filter.reverseSort,
741741
}}
742742
height={height}
743-
width={width}
743+
width="100%"
744744
>
745745
{RowRender}
746746
</List>

0 commit comments

Comments
 (0)