Skip to content

Commit

Permalink
updates CTI card table title size (#128273)
Browse files Browse the repository at this point in the history
Co-authored-by: Ece Ozalp <ece.ozalp@elastic.co>
  • Loading branch information
ecezalp and Ece Ozalp authored Mar 22, 2022
1 parent a28b25a commit 2e33dd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const columns: Array<EuiTableFieldDataColumnType<LinkPanelListItem>> = [
render: shortenCountIntoString,
sortable: true,
truncateText: true,
width: '20%',
width: '70px',
align: 'right',
},
{
Expand Down

0 comments on commit 2e33dd4

Please sign in to comment.