Fix wrapping of Remote Cluster connection status in table. (#34642)

This commit is contained in:
CJ Cenizal 2019-04-05 11:38:42 -07:00 committed by GitHub
parent a0f8107b90
commit 48b2478a67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,7 +140,7 @@ export const RemoteClusterTable = injectI18n(
}),
sortable: true,
render: (isConnected) => <ConnectionStatus isConnected={isConnected} />,
width: '160px',
width: '240px',
}, {
field: 'connectedNodesCount',
name: intl.formatMessage({