Skip to content

Commit

Permalink
Added width to some table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-tavares committed Feb 13, 2020
1 parent 8812f32 commit 31676c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export const PolicyList = React.memo(() => {
render: renderFormattedNumber,
dataType: 'number',
truncateText: true,
width: '15ch',
},
{
field: 'pending',
Expand All @@ -143,6 +144,7 @@ export const PolicyList = React.memo(() => {
render: renderFormattedNumber,
dataType: 'number',
truncateText: true,
width: '15ch',
},
{
field: 'failed',
Expand All @@ -152,6 +154,7 @@ export const PolicyList = React.memo(() => {
render: renderFormattedNumber,
dataType: 'number',
truncateText: true,
width: '15ch',
},
{
field: 'created_by',
Expand Down

0 comments on commit 31676c0

Please sign in to comment.