widen first column of entity dialog table

This commit is contained in:
Ryan Vazquez
2020-11-18 15:21:09 -05:00
parent c6eb0c1f41
commit c645ea174a
@@ -122,6 +122,7 @@ export const ProductEntityDialog = ({
title: <Typography className={firstColClasses}>SKU</Typography>,
render: createRenderer('sku', classes),
customSort: createSorter('sku'),
width: '33.33%',
},
{
field: 'previous',