Skip to content

Commit

Permalink
Tweaking Table column sizes
Browse files Browse the repository at this point in the history
Makes actions column smaller, leaving more room for everything else.
  • Loading branch information
rylnd committed Jul 2, 2020
1 parent 0e4fee7 commit 728b272
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const buildColumns = (
field: 'created_by',
name: i18n.COLUMN_CREATED_BY,
truncateText: true,
width: '15%',
width: '20%',
},
{
name: i18n.COLUMN_ACTIONS,
Expand All @@ -67,6 +67,7 @@ const buildColumns = (
'data-test-subj': 'action-delete-value-list',
},
],
width: '15%',
},
];

Expand Down

0 comments on commit 728b272

Please sign in to comment.