From b310138717cd6760a14b5c04e1ff2f37c4ad1abb Mon Sep 17 00:00:00 2001 From: Jen Huang Date: Fri, 5 Mar 2021 08:14:50 -0800 Subject: [PATCH] Don't truncate package name in package details page title (#93716) --- .../applications/fleet/sections/epm/screens/detail/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/epm/screens/detail/index.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/epm/screens/detail/index.tsx index 6c67da708a4c1..49e63ba6e935b 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/sections/epm/screens/detail/index.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/epm/screens/detail/index.tsx @@ -151,11 +151,11 @@ export function Detail() { )} - + {/* Render space in place of package name while package info loads to prevent layout from jumping around */} -

{packageInfo?.title || '\u00A0'}

+

{packageInfo?.title || '\u00A0'}

{packageInfo?.release && packageInfo.release !== 'ga' ? (