diff --git a/x-pack/plugins/remote_clusters/public/sections/remote_cluster_list/remote_cluster_table/remote_cluster_table.js b/x-pack/plugins/remote_clusters/public/sections/remote_cluster_list/remote_cluster_table/remote_cluster_table.js index 762b0de839b6..7b0d6f94c4bd 100644 --- a/x-pack/plugins/remote_clusters/public/sections/remote_cluster_list/remote_cluster_table/remote_cluster_table.js +++ b/x-pack/plugins/remote_clusters/public/sections/remote_cluster_list/remote_cluster_table/remote_cluster_table.js @@ -140,7 +140,7 @@ export const RemoteClusterTable = injectI18n( }), sortable: true, render: (isConnected) => , - width: '160px', + width: '240px', }, { field: 'connectedNodesCount', name: intl.formatMessage({