File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ export const EndpointList = () => {
276276 ) ;
277277 const toRouteUrl = formatUrl ( toRoutePath ) ;
278278 return (
279- < EuiToolTip content = { hostname } anchorClassName = "eui-fullWidth " >
279+ < EuiToolTip content = { hostname } anchorClassName = "eui-textTruncate " >
280280 < EndpointListNavLink
281281 name = { hostname }
282282 href = { toRouteUrl }
@@ -320,7 +320,7 @@ export const EndpointList = () => {
320320 // eslint-disable-next-line react/display-name
321321 render : ( policy : HostInfo [ 'metadata' ] [ 'Endpoint' ] [ 'policy' ] [ 'applied' ] ) => {
322322 return (
323- < EuiToolTip content = { policy . name } anchorClassName = "eui-fullWidth " >
323+ < EuiToolTip content = { policy . name } anchorClassName = "eui-textTruncate " >
324324 < EndpointPolicyLink
325325 policyId = { policy . id }
326326 className = "eui-textTruncate"
You can’t perform that action at this time.
0 commit comments